2022年3月19日
摘要: 背景 笔者在springboot中使用JSR356的Websocket注解,然后各种方式尝试注入Bean,大多失效。 Spring MVC 4.x时代,推荐代码如下 @ServerEndpoint(value = "/WSAPI/Equipment/JobCounterReport/{dispatc 阅读全文
posted @ 2022-03-19 22:43 你不知道的浪漫 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 背景 笔者最近在开发Websocket相关的消息推送服务,使用了JSR356规范,由于需要维持会话。于是分别使用了以下类 //客户端缓存<dispatchNo,ebSocketServer> private static final ConcurrentHashMap<String, Set<Web 阅读全文
posted @ 2022-03-19 16:43 你不知道的浪漫 阅读(581) 评论(0) 推荐(0) 编辑