Spring boot启动报错(If you want an embedded database , please put it on the classpath)
错误描述错误原因在pom中引入了mybatis-spring-boot-starter,Springboot默认会加载org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration类,DataSourceAutoConfiguration类使用了@Configuration注解向spring注入了dataSourceb