This commit is contained in:
andy 2025-05-20 16:38:04 +08:00
parent 33eddc864f
commit ea188d1702

View File

@ -193,6 +193,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>