首页 > 数据库技术 > 详细

springboot---没有配置数据库启动报错

时间:2018-07-25 15:52:54      阅读:511      评论:0      收藏:0      [点我收藏+]

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 (no profiles are currently active).

 

解决方法:

 

在spring boot入口方法上加上注解

 

//禁用spring自动配置数据库
@EnableAutoConfiguration(exclude = DataSourceAutoConfiguration.class)

 

springboot---没有配置数据库启动报错

原文:https://www.cnblogs.com/wirr/p/9366050.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!