在 spring 控制器中,如果我使用@MessageMapping
它正在工作,但如果我更改为@Requestmapping(value=="",method=RequestMethod.POST)
并尝试使用SimpMessagingTemplate
将消息发送到客户端,则它无法连接,它显示错误
connecting to websockets /info request mapping not found
在 spring 控制器中,如果我使用@MessageMapping
它正在工作,但如果我更改为@Requestmapping(value=="",method=RequestMethod.POST)
并尝试使用SimpMessagingTemplate
将消息发送到客户端,则它无法连接,它显示错误
connecting to websockets /info request mapping not found