1. 程式人生 > >ultiple Endpoints may not be deployed to the same path

ultiple Endpoints may not be deployed to the same path

points port path config deployed multiple tex except 需要

@Configuration
public class WebSocketConfig {
//打war包啟動需要註釋掉此:否則報 :DeploymentException: Multiple Endpoints may not be deployed to the same path
// @Bean
// public ServerEndpointExporter serverEndpointExporter (){
// return new ServerEndpointExporter();
// }
}

ultiple Endpoints may not be deployed to the same path