SpringBoot项目,已经依赖了MySQL驱动,却还是无法启动,通过问题排除,如果是启动项目,那么pom值
<packaging>pom</packaging>
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
不能定义在POM文件中
原文地址:https://www.cnblogs.com/XingXiaoMeng/p/11588666.html
时间: 2024-10-02 04:51:12