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>

相关文章:

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