!245 数据源由 Druid 修改为 Hikari

* update 更新 dataSource 数据源, 由 druid 修改为 hikari, 更新相关配置 ;
This commit is contained in:
MichelleChung
2022-11-07 14:10:52 +00:00
committed by 疯狂的狮子Li
parent 93c4cc2cd1
commit 1f42bd3d22
9 changed files with 46 additions and 178 deletions

View File

@ -40,12 +40,6 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- 阿里数据库连接池 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
</dependency>
<!-- sql性能分析插件 -->
<dependency>
<groupId>p6spy</groupId>