Afaker的博客错误: Invocation of init method failed; nested exception is java.lang.IllegalStateException: javax.websocket.server.ServerContainer not available 错误原因: 在springboot中使用@ServerEndpoi...
gxxiong的博客用springboot框架下的webSocket 1.使用内置容器tomcat需要配置 @Configuration public class WebConfig { @Bean public ServerEndpointExporter createServerEndExporter() { return new ...