Pre Merge pull request !1 from 高恒/master

This commit is contained in:
高恒 2024-10-16 07:54:20 +00:00 committed by Gitee
commit ddc042879d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -45,6 +45,16 @@
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
<!--可以通过feign客户端调用其他微服务-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<!-- 3.0后需要显式添加Loadbalancer依赖-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
</dependencies>
<!-- <build>-->