已删除用户
发布于 2023-12-28 / 0 阅读 / 0 评论 / 0 点赞

Cannot invoke "com.alibaba.druid.DbType.ordinal()" because "dbType" is null

SpringBoot导入Druid连接池,dbType not support

在Springboot项目中使用Druid:

maven导入druid依赖:

<dependency>

<groupId>com.alibaba</groupId>

<artifactId>druid</artifactId>

<version>1.1.10</version>

</dependency>


评论