dev-deployment
parent
de10f778f6
commit
4b11b61a71
|
|
@ -61,6 +61,12 @@
|
||||||
<version>2021.0.5.0</version>
|
<version>2021.0.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Spring Cloud LoadBalancer(Feign 服务名调用需要) -->
|
||||||
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue