当前位置:   article > 正文

【已解决】Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on

consider the following: if you want an embedded database (h2, hsql or derby

在启动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})

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/611564
推荐阅读
相关标签
  

闽ICP备14008679号