连接池版本配置

This commit is contained in:
nmy 2023-12-02 14:28:15 +08:00
parent 6a4ce0a7f6
commit 8fdef4222c
1 changed files with 2 additions and 0 deletions

View File

@ -51,10 +51,12 @@
<groupId>com.mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId> <artifactId>mysql-connector-j</artifactId>
</dependency> </dependency>
<!--数据库连接池配置--> <!--数据库连接池配置-->
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId> <artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.6</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>