ERROR 13352 ------{ main } VUIULLIOID TONUTL TO TUIT YOUT GNNLLVGLLUT ILUTmainl o.s.b.d.LoggingFailureAnalysisReporter
***********************APPLICATION FAILED TO START*************************
Description:
Failed to configure a DataSource:'url' attributespecified and no embedded datasource could be configured.is not
Reason:Failed to determine a suitable driver class
Action:
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).
如图:
解决方法:
在pom.xml中添加依赖:
<!--数据库连接池 Druid 德鲁伊-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.20</version>
</dependency>

被折叠的 条评论
为什么被折叠?



