原文:Caused by: org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE. If you want an embe

报错原因:项目的bootstrap.yml中,config server没有配置正确 如下 行 :应该配置为config server的名字,我配置成了项目名称 ...

2018-08-07 17:48 0 6932 推荐指数:

查看详情

Cannot determine embedded database driver class for database type NONE

springboot+jpa使用自定义配置文件连接数据库报错:Cannot determine embedded database driver class for database type NONE 原因:没有配置数据源dataSource,配置文件加载进来了的。 解决办法:在配置类中配置 ...

Sat Jan 19 00:19:00 CST 2019 0 1128
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM