使用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>

 

posted @ 2021-09-23 16:19  China Soft  阅读(301)  评论(0编辑  收藏  举报