dev-deployment
luotaiqian 2026-06-29 17:07:02 +08:00
parent de10f778f6
commit 4b11b61a71
1 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,12 @@
<version>2021.0.5.0</version> <version>2021.0.5.0</version>
</dependency> </dependency>
<!-- Spring Cloud LoadBalancerFeign 服务名调用需要) -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<!-- MySQL JDBC Driver运行时必需 --> <!-- MySQL JDBC Driver运行时必需 -->
<dependency> <dependency>
<groupId>com.mysql</groupId> <groupId>com.mysql</groupId>