看下你的配置文件
你在application.properties文件里面加了spring.active.profiles=<whatever>的配置项,但是并没有再提供一个spring-<active>.properties,比如spring-dev.properties文件。
application.properties
spring.active.profiles=<whatever>
spring-<active>.properties
spring-dev.properties