Skip to content

liangyisen/springboot_websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboot_websocket_demo

说明

MAVEN

<!--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>

About

springboot_websocket_demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages