报错No active profile set, falling back to default profiles

pom.xml加上下面两个依赖

 

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

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-config</artifactId>
</dependency>

  

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-12-05
  • 2021-11-17
  • 2021-06-04
猜你喜欢
  • 2021-05-25
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2022-01-31
相关资源
相似解决方案