springboot中配置mybatis数据源,使用阿里的 Druid 数据库链接池

参考了不少文章,记录下本身的学习过程!css 参考:https://blog.csdn.net/weixin_40776321/article/details/99633110html 1. 在pom.xml中添加依赖:java <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId>
相关文章
相关标签/搜索