环境说明
JDK1.7+spring boot 1.5.4.RELEASE+druid-1.1.22
错误信息
***************************
APPLICATION FAILED TO START
***************************
Description:
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. If you have database settings to be loaded from a particular profile you may need to active it (the profiles "dev" are currently active).
解决方案
将druid的版本降级到1.1.21即可解决。
网友的解决方案
1、https://blog.csdn.net/hengyunabc/article/details/78762097
2、https://blog.csdn.net/Master_Shifu_/article/details/80420099
本文详细描述了在使用JDK1.7、Spring Boot 1.5.4.RELEASE和Druid 1.1.22时遇到的无法确定嵌入式数据库驱动类型的问题,并提供了将Druid版本降级至1.1.21的解决方案。
4784

被折叠的 条评论
为什么被折叠?



