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();
// }
}
原文地址:https://www.cnblogs.com/alamps/p/10592809.html