一、该问题的重现步骤是什么?
1. 集成就报错
二、你期待的结果是什么?实际看到的又是什么?
这个代码报错
@Configuration
public class WebSocketConfig {
@Bean
public ServerEndpointExporter serverEndpointExporter(){
return new ServerEndpointExporter();
}
}
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
bladex 2.5.0 win10
四、请提供详细的错误堆栈信息,这很重要。
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serverEndpointExporter' defined in class path resource [org/springblade/modules/lives/gongju/WebSocketConfig.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: javax.websocket.server.ServerContainer not available
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端