解决If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.问题
springboot项目搭建遇到问题,提供两种解决方法:“FailedtoconfigureaDataSource:'url'attributeisnotspecifiedandnoembeddeddatasourcecouldbeconfigured.”表示没有指定的数据库url,无法配置数据库image.png方法一:不使用数据源配置我们可以在SpringBoot项目入口注解处添加exclud