gpt4 book ai didi

ssl - 由 : java. lang.ClassNotFoundException : org. springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean 引起

转载 作者:太空宇宙 更新时间:2023-11-03 13:32:24 24 4
gpt4 key购买 nike

在我们的 Spring 应用程序中,我们添加了 spring rabbit listner 来读取消息。添加 SSL 后,我们收到以下错误(未找到类异常)。然后在 POM 文件中添加 spring-xd_dirt 的 POM 依赖。之后它会出现错误,例如 pom.xml 中缺少工件。有人可以帮我找到依赖的 JAR 文件吗?

<bean id="clientConnectionFactory"
class="org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean">
<property name="useSSL" value="true" />
</bean>
<dependency>
<groupId>org.springframework.xd</groupId>
<artifactId>spring-xd-dirt</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
Multiple annotations found at this line:
- Missing artifact org.kitesdk:kite-data-
core:jar:0.13.0
- Missing artifact jdk.tools:jdk.tools:jar:1.6

最佳答案

您的意思可能是 org.springframework.amqp.rabbit.connection.RabbitConnectionF‌ actoryBean?完全不清楚为什么人们会在没有像 Spring XD 这样的支持的情况下使用这样一个项目......

it worked with the one you suggested class file for me. But issue here is docs.spring.io/spring-amqp/reference/htmlsingle (RabbitConnectionFactoryBean and Configuring SSL) - the example they have mentioned the class file which I have mentioned in this issue.

请就此事提出 JIRA,我们将解决它:https://jira.spring.io/browse/AMQP !

关于ssl - 由 : java. lang.ClassNotFoundException : org. springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean 引起,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50468895/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com