我拷贝了一个springboot 项目,然后去掉了数据源配置启动报错 : 

  

Cannot determine embedded database driver class for database type NONE

Action:

If you want an embedded database please put a supported one on the classpath.

然后我新建一个项目重新配置(没有配置数据源),启动还是报错这个

 加入这个,搞定....项目启动不去加载就好了

spring boot未配置数据源报错

 

参考 : http://blog.csdn.net/wo541075754/article/details/73379962

相关文章:

  • 2022-01-19
  • 2022-12-23
  • 2021-12-01
  • 2021-10-15
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-09-01
  • 2022-01-04
相关资源
相似解决方案