datasource依赖

This commit is contained in:
syruan 2024-08-10 10:52:47 +08:00
parent e593302202
commit ce202f858f
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- bonus Common DataSource -->
<dependency>
<groupId>com.bonus</groupId>
<artifactId>bonus-common-datasource</artifactId>
</dependency>
<!-- FastDFS -->
<dependency>
<groupId>com.github.tobato</groupId>