我想将Service公开为REST和WEBSOCKET端点
@RestController("/api/users")
@PostMapping
在WebSocketMessageBrokerConfigurer中Registry.addEndpoint(“ / ws / api / users”)
@Controller
@MessageMapping("/create")
理想情况下,uri与Spring完全相同。
当再次运行所有由于@RestController Socket受阻的测试时,最重要的是
对服务器的初始SockJS“信息”请求失败
我正在使用Spring Boot 2.0.1