0
spring: datasource: type: com.alibaba.druid.pool.DruidDataSource druid: driver-class-name: com.mysql.cj.jdbc.Driver
如上配置,启动报异常:java.lang.ClassNotFoundException: org.h2.Driver
spring: datasource: type: com.alibaba.druid.pool.DruidDataSource druid: driver-class-name: com.mysql.cj.jdbc.Driver
如上配置,启动报异常:java.lang.ClassNotFoundException: org.h2.Driver
spring boot 3.12 druid-spring-boot-3-starter 1.2.18
强啊,druid开发人员,应届生?
我也遇到这个问题了,根本没法用。
等构建出最新的druid版本 1.2.20就可以了。