美文网首页
2022-07-05 启动spring boot项目报错:Fai

2022-07-05 启动spring boot项目报错:Fai

作者: DunCan躺尸剑法 | 来源:发表于2022-07-05 15:44 被阅读0次

    因是项目中引用了数据库的相关依赖(例如mybatis,tkmapper等),但是没有配置数据库连接。

    最简单的解决办法:

    在boot启动类添加注解: @SpringBootApplication(exclude = DataSourceAutoConfiguration.class)

    相关文章

      网友评论

          本文标题:2022-07-05 启动spring boot项目报错:Fai

          本文链接:https://www.haomeiwen.com/subject/mlpsbrtx.html