springBoot启动报错: No active profile set, falling back to 1 default profile: “default“
我今天用mevan创建springboot,子项目引用了顶级项目的springBoot,但是没有自己指定wep,就报错了,加上就可以了:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>