【发布时间】:2019-12-16 20:58:34
【问题描述】:
无法初始化 bean org.osgi.service.blueprint.container.ComponentDefinitionException: 无法初始化 bean
我正在尝试通过 Jetty Websocket 使用 Spring STOMP 消息处理程序
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>5.0.5.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.0.5.RELEASE</version>
<scope>provided</scope>
</dependency>
【问题讨论】:
标签: java spring osgi apache-karaf stomp