在启动类中注释掉

//    @Bean
//    public ServerEndpointExporter getServerEndpointExporter() {
//        return  new ServerEndpointExporter();
//    }

这样就ok 了,由于tomcat中不需要、
解决Multiple Endpoints may not be deployed to the same path [/msg]

相关文章:

  • 2021-11-20
  • 2021-06-16
  • 2022-12-23
  • 2021-12-09
  • 2021-05-30
  • 2021-09-19
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2021-08-22
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
相关资源
相似解决方案