pom文件配置了mybatis等依赖,但是yml文件中没有做数据库url的配置

springboot项目启动报错问题汇总

解决办法:

 

@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})

springboot项目启动报错问题汇总

相关文章:

  • 2021-08-10
  • 2021-08-06
  • 2021-07-26
  • 2021-11-11
  • 2022-01-28
  • 2022-12-23
  • 2021-07-20
  • 2021-09-27
猜你喜欢
  • 2021-07-11
  • 2021-11-16
  • 2021-10-09
  • 2021-08-30
  • 2022-12-23
  • 2021-06-10
相关资源
相似解决方案