druid数据源集成p6spy:Failed to obtain JDBC Connection: dbType not support : null

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了druid数据源集成p6spy:Failed to obtain JDBC Connection: dbType not support : null相关的知识,希望对你有一定的参考价值。

参考技术A application.properties中
spring.datasource.druid.filters=stat,wall
去掉wall
原因:Druid目前支持mysql和oracle、sql server。

Springboot集成druid数据库连接池

参考技术A 1.pom.xml

2.yml文件配置

3.访问
启动项目,访问druid管理页面- localhost:8080/druid/login.html,登录的用户名和密码,我在yml配置成test,所以用test登录就行,登录后页面如下:

以上是关于druid数据源集成p6spy:Failed to obtain JDBC Connection: dbType not support : null的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot系列之集成Druid配置数据源监控

Springboot集成druid数据库连接池

springboot集成druid数据源并且监控

SpringBoot入门之集成Druid

SpringBoot--集成Druid连接池

SpringBoot 集成Druid数据源