springboot: No active profile set, falling back to default profiles: default

pom.xml加上下面依赖

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

猜你喜欢

转载自www.cnblogs.com/xiaomifeng0510/p/11936661.html