| | |
| | | secureRegistry.excludePathPatterns("/seinspect/**"); |
| | | secureRegistry.excludePathPatterns("/coinspect/**"); |
| | | secureRegistry.excludePathPatterns("/blade-user/**"); |
| | | secureRegistry.excludePathPatterns("/pushMsg/**"); |
| | | return secureRegistry; |
| | | } |
| | | |
| | |
| | | } |
| | | //握手 |
| | | WebSocketServerHandshakerFactory wsFactory = new WebSocketServerHandshakerFactory( |
| | | "ws://localhost:9034/websocket", null, false); |
| | | "ws://localhost:2086/websocket", null, false); |
| | | handshaker = wsFactory.newHandshaker(req); |
| | | if (handshaker == null) { |
| | | WebSocketServerHandshakerFactory |