feat: 添加 spring-boot-datasource starter.

This commit is contained in:
ljh01459796
2023-06-23 18:25:49 +08:00
parent 2cf36da82d
commit 3d16e4e68b
13 changed files with 265 additions and 11 deletions

View File

@@ -36,6 +36,10 @@
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-swagger</artifactId>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-datasource</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>