opt:增加返回点功能。

This commit is contained in:
2024-05-11 22:33:01 +08:00
parent 345e2c5fd2
commit 4ea1b25e03
6 changed files with 16 additions and 16 deletions

View File

@@ -174,16 +174,13 @@
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency>
<!-- https://www.jianshu.com/p/e40d111c7bfc?utm_source=oschina-app 热部署 https://zhuanlan.zhihu.com/p/63381268-->
<!-- Spring boot websocket -->
<!--https://blog.csdn.net/m0_55371060/article/details/135994809-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- https://www.jianshu.com/p/e40d111c7bfc?utm_source=oschina-app 热部署 https://zhuanlan.zhihu.com/p/63381268-->
<!-- jwt -->
<dependency>
<groupId>io.jsonwebtoken</groupId>