spring-boot BUG 集锦
Posted 大梦千古
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring-boot BUG 集锦相关的知识,希望对你有一定的参考价值。
BUG1: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
1 Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
解决办法:在启动类中加入
以上是关于spring-boot BUG 集锦的主要内容,如果未能解决你的问题,请参考以下文章
解决spring-boot启动中碰到的问题:Cannot determine embedded database driver class for database type NONE(转)(代码片段