
websocket
FinelyYang
这个作者很懒,什么都没留下…
展开
-
websocket按组织机构推送消息
WebsocketServer:import org.apache.commons.collections.CollectionUtils;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.stereotype.Component;import javax.websocket.*;import javax.websocket.server.PathParam;import .原创 2020-09-22 15:55:24 · 294 阅读 · 0 评论 -
vue、springboot集成websocket跨域问题解决
由于浏览器连接的是服务器上的websocket,导致出现了如下跨域错误:The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://a.com' is therefore not allowed access. The cre...原创 2020-06-08 22:00:31 · 7677 阅读 · 4 评论