https://github.com/xuxiaowei-com-cn/spring-boot-websocket
Spring Boot WebSocket 项目
https://github.com/xuxiaowei-com-cn/spring-boot-websocket
Last synced: 2 months ago
JSON representation
Spring Boot WebSocket 项目
- Host: GitHub
- URL: https://github.com/xuxiaowei-com-cn/spring-boot-websocket
- Owner: xuxiaowei-com-cn
- License: apache-2.0
- Created: 2019-06-15T14:42:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T03:56:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T18:41:27.008Z (4 months ago)
- Language: Java
- Size: 403 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 捐助与转载
- 整理不易,捐助随意。
- 尊重他人的劳动成果,转载请注明地址。
# Spring-Boot-WebSocket
Spring Boot WebSocket 项目
## 项目说明
- 支持 WebSocket 跨域
### Spring Boot
- Developer Tools
- Lombok 注解。
- Web
- String Web Starter
- 使用Tomcat和Spring MVC进行全栈Web开发
- Template
- Thymeleaf
- Thymeleaf模板引擎
- Messaging
- WebSocket
- 使用WebSocket构建交互式Web应用程序### 其他依赖
- Webjars
- webjars-locator-core
- 提供 JAR 包(暂未使用)
- sockjs-client
- 提供 sockjs
- stomp-websocket
- 提供 stomp
- bootstrap
- 提供 bootstrap
- jquery
- 提供 jquery###