优化包依赖

This commit is contained in:
2026-06-26 17:24:57 +08:00
parent fc7eb23ee9
commit bb1c4bde23
+11
View File
@@ -25,11 +25,22 @@
</dependency>
<!-- xtools-boot end -->
<!-- spring-web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<!-- spring-boot-restclient -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-restclient</artifactId>
</dependency>
<!-- Loadbalancer -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
</dependencies>
</project>