问题:

解决方法

在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-12-09
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-12-16
  • 2023-04-10
  • 2021-10-01
猜你喜欢
  • 2022-12-23
  • 2021-05-25
  • 2021-05-20
  • 2022-01-31
  • 2021-06-09
相关资源
相似解决方案