If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have d

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).

j解析为:如果需要嵌入式数据库(H2、HSQL或Derby),请将其放到类路径中。
如果您要从特定的配置文件加载数据库设置,您可能需要激活它(目前没有配置文件处于活动状态)。

也就是你配置的目标数据库或者其它资源springBoot没有找到
原因该是:配置文件的配置错误

你可能感兴趣的:(Springboot)