无法初始化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>
答案 0 :(得分:0)
执行以下步骤:
如果您正在使用STS / Eclipse,则
Right click on project -> Maven -> Update project -> Select Force Update Snapshots/Release and OK
。
或者,如果您使用的是update your maven from terminal
,则可以IntelliJ IDEA
。
之所以发生这种情况,是因为它无法找到特定的jar /类。