解决springboot 项目No active profile set, falling back to 1 default profile: “default” 在pom.xml添加 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> xml org.springframework.boot spring-boot-starter-web