|
|
@ -108,24 +108,22 @@
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</#if>
|
|
|
|
</#if>
|
|
|
|
<#if project.needCloud>
|
|
|
|
<#if project.needCloud>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- eureka-client -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
|
<verison>Greenwich.RC2</verison>
|
|
|
|
<version>2.1.2.RELEASE</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
|
|
<artifactId>spring-cloud-netflix-ribbon</artifactId>
|
|
|
|
<verison>Greenwich.RC2</verison>
|
|
|
|
<verison>2.1.2.RELEASE</verison>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
|
|
<artifactId>spring-cloud-openfeign</artifactId>
|
|
|
|
<verison>Greenwich.RC2</verison>
|
|
|
|
<verison>2.1.2.RELEASE</verison>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</#if>
|
|
|
|
</#if>
|
|
|
|
<#if dataBase == 'MySQL'>
|
|
|
|
<#if dataBase == 'MySQL'>
|
|
|
|