Error starting ApplicationContext. To display the auto-configuration report re-run your application with ‘debug’ enabled.
Caused by: java.lang.IllegalStateException: javax.websocket.server.ServerContainer not available
解决方法:
在测试类上添加@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)