修改druid依赖为spring-boot-3

This commit is contained in:
王杰光
2024-05-09 12:20:09 +08:00
committed by 小诺
parent ac1193f7bf
commit 41a1e0300b
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@
<!-- druid -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<artifactId>druid-spring-boot-3-starter</artifactId>
<version>1.2.21</version>
</dependency>

View File

@@ -61,7 +61,7 @@
<!-- druid -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<artifactId>druid-spring-boot-3-starter</artifactId>
</dependency>
<!-- mybatis-plus -->