second commit by ailanyin

This commit is contained in:
2022-01-26 10:36:58 +08:00
parent 0d7690db8c
commit e340066b15
173 changed files with 8185 additions and 316 deletions

View File

@ -37,5 +37,10 @@
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
</dependency>
<!-- websocket-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
</project>