|
|
|
@ -39,23 +39,23 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 注册中心【只能用一个,不用的注释掉】 --> |
|
|
|
|
<!-- 使用eureka注册中心 --> |
|
|
|
|
<!-- 使用eureka注册中心 |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<!-- 使用nacos注册中心 |
|
|
|
|
版本 0.2.x.RELEASE 对应的是 Spring Boot 2.x 版本,版本 0.1.x.RELEASE 对应的是 Spring Boot 1.x 版本。 |
|
|
|
|
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-alibaba-nacos-discovery |
|
|
|
|
|
|
|
|
|
--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> |
|
|
|
|
<version>0.2.2.RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<!-- 注册中心end --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|