大家好,又见面了,我是全栈君。
<websocket:handlers allowed-origins="*"> <websocket:mapping path="/websocket" handler="myHandler"/> <websocket:handshake-interceptors> <ref bean="myInterceptor"/> </websocket:handshake-interceptors> </websocket:handlers>
加上这一句就够了
allowed-origins=”*”
转载于:https://my.oschina.net/u/2617600/blog/1627795
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/107686.html原文链接:https://javaforall.net