websocket
与 web 实时通信。
JDK:
1.8+Maven:
3.0+Spring Boot:
2.7.2Spring Web:
5.3.22Thymeleaf:
3.0.15
com.muxi.websocket
├── config
│ └── WebSocketConfig // 配置类
├── service
│ └── WebSocketServer // web连接
├── web
│ └── WebSocketController // 控制器
http://localhost:8081/socket/index
> 访问index页面http://localhost:8081/socket/notice
> 异常实时告警