/springboot_websocket

springboot_websocket_demo

Primary LanguageHTML

springboot_websocket_demo

说明

环境 依赖 jar 包:

<!--web-->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!--websocket-->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-websocket</artifactId>
</dependency>