springBoot启动报错: No active profile set, falling back to 1 default profile: “default“

我今天用mevan创建springboot,子项目引用了顶级项目的springBoot,但是没有自己指定wep,就报错了,加上就可以了:

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

你可能感兴趣的:(JavaWep,spring,boot,java,spring)