参考博客https://blog.csdn.net/liuxiao723846/article/details/80456025

1、先在pom.xml中引入druid依赖包

<!-- 连接池 -->
<!-- Druid 数据连接池依赖 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.13</version>
</dependency>
View Code

相关文章:

  • 2021-09-20
  • 2022-02-15
  • 2022-01-05
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2021-06-20
  • 2021-05-03
  • 2021-12-02
  • 2021-11-02
  • 2021-05-25
  • 2021-04-17
  • 2022-12-23
相关资源
相似解决方案