SpringBoot导入Druid连接池,dbType not support

druid是由阿里开源,据说是各方面性能比较好的一个数据库连接池,具有很强大的连接监控功能。 在Springboot项目中使用Druid: maven导入druid依赖: <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.10
相关文章
相关标签/搜索