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

@@ -44,6 +44,14 @@
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-job</artifactId>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-websocket</artifactId>
</dependency>
<!-- orion-ops biz-modules -->