An open API service indexing awesome lists of open source software.

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 项目

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

###