pom文件配置了mybatis等依赖,但是yml文件中没有做数据库url的配置 解决办法: @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})