摘要: @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 阅读(615) 评论(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 阅读(444) 评论(0) 推荐(0) 编辑