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文件中

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-09-21
  • 2021-08-27
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-05-21
  • 2022-02-24
相关资源
相似解决方案