摘要:
@MessageMapping("/chat")public void handleChat(Principal principal,String msg){ if(principal.getName().equals("admin")){ simpMessagingTemplate.convertAndSendToUser("wisely","/queue/notifica... 阅读全文
posted @ 2017-01-12 21:05
yangfei969
阅读(622)
评论(0)
推荐(0)
摘要:
/** * Created by yangfei on 2017/1/12. * 浏览器向服务端发送的消息类型用此类接受 */public class WiselyMessage { private String message; public String getMessage() { return message; }} /** * Created by yan... 阅读全文
posted @ 2017-01-12 19:00
yangfei969
阅读(470)
评论(0)
推荐(0)

浙公网安备 33010602011771号