Spring Boot 启动:No active profile set, falling back to default profiles: default

 
            org.springframework.boot
            spring-boot-starter
        

改成

 
            org.springframework.boot
            spring-boot-starter-web
        

你可能感兴趣的:(Spring Boot 启动:No active profile set, falling back to default profiles: default)