Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]
出现以上错误可能是你springBoot3项目整合的druid依赖不兼容,druid 1.2.20 及以上版本解决了对springBoot3的兼容问题
Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]
出现以上错误可能是你springBoot3项目整合的druid依赖不兼容,druid 1.2.20 及以上版本解决了对springBoot3的兼容问题