- 📚 相关推荐文章
- ERROR 1044 (42000): Access denied for user ‘root‘@‘localhost‘ to database 推荐
- 使用DBeaver连接mysql报Access denied for user ‘test‘@‘%‘ to database 推荐
- Access denied for user ‘user‘@‘%‘ to database 可能的原因 推荐
- 解决数据库出现Access denied for user ‘root‘@‘%to database ‘xxx‘ 问题 推荐
- IDEA的database使用教程(使用mysql数据库) 推荐

【已解决】Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on
在启动spring boot项目的时候遇见:Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the错误: 解决方案:在spring boot的启动类上面加上如下代码即可: @EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
👁️ 阅读量:0
© 版权声明:本文《【已解决】Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686552478a289933.html。