其他分享
首页 > 其他分享> > ultiple Endpoints may not be deployed to the same path

ultiple Endpoints may not be deployed to the same path

作者:互联网

@Configuration
public class WebSocketConfig {
//打war包启动需要注释掉此:否则报 :DeploymentException: Multiple Endpoints may not be deployed to the same path
// @Bean
// public ServerEndpointExporter serverEndpointExporter (){
// return new ServerEndpointExporter();
// }
}

标签:ultiple,ServerEndpointExporter,may,same,path,Endpoints,deployed
来源: https://www.cnblogs.com/alamps/p/10592809.html