feat: 添加 spring-boot-websocket starter.

This commit is contained in:
ljh01459796
2023-06-25 20:30:56 +08:00
parent 22aefbf7c5
commit 176f3d9a3f
14 changed files with 558 additions and 1 deletions

View File

@@ -81,8 +81,23 @@
<artifactId>orion-ops-spring-boot-starter-mybatis</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-job</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-websocket</artifactId>
<version>${revision}</version>
</dependency>
<!-- spring -->
<!-- websocket -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<!-- lombok -->
<dependency>