摘要: 参考:https://www.cnblogs.com/guoke-jsp/p/6047496.html 阅读全文
posted @ 2019-01-25 15:25 lshan 阅读(434) 评论(0) 推荐(0) 编辑
摘要: #方式1:@Configuration @EnableWebMvc public class CorsConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) { 阅读全文
posted @ 2019-01-25 14:48 lshan 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 参考一: http 流的方式 https://blog.csdn.net/u011350550/article/details/83340657 参考二: spring boot +websocket 服务器主动推送消息 https://blog.csdn.net/qq_35638499/artic 阅读全文
posted @ 2019-01-25 14:29 lshan 阅读(1110) 评论(0) 推荐(0) 编辑