使用IDEA创建SpringBoot项目出现intellij idea No active profile set, falling back to default profiles: default
增加依赖解决
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
增加依赖解决
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>