使用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>
原文地址:https://www.cnblogs.com/chinasoft/p/15324721.html