Commit 929afa12 authored by zilongTong's avatar zilongTong
Browse files

add spring cloud greenwich gateway stater

No related merge requests found
Showing with 73 additions and 49 deletions
+73 -49
......@@ -260,6 +260,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.tencent.tsf</groupId>
<artifactId>femas-springcloud-greenwich-gateway-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.tencent.tsf</groupId>
<artifactId>femas-springcloud-greenwich-starter</artifactId>
......
......@@ -43,31 +43,9 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.tencent.tsf</groupId>
<artifactId>femas-extension-springcloud-greenwich-gateway</artifactId>
<artifactId>femas-springcloud-greenwich-gateway-starter</artifactId>
</dependency>
<dependency>
......
......@@ -11,13 +11,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>femas-extension-springcloud-greenwich-gateway</artifactId>
<properties>
<spring-cloud-dependencies.version>Hoxton.SR3</spring-cloud-dependencies.version>
<spring-boot-dependencies.version>2.2.5.RELEASE</spring-boot-dependencies.version>
<spring.cloud.alibaba.version>2.2.1.RELEASE</spring.cloud.alibaba.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
......@@ -58,17 +58,17 @@
<artifactId>femas-extension-springcloud-common</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-consul-discovery</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-consul-discovery</artifactId>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- <optional>true</optional>-->
<!-- </dependency>-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
......@@ -79,20 +79,20 @@
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<!-- <optional>true</optional>-->
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- <optional>true</optional>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jacoco</groupId>
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.tencent.tsf</groupId>
<artifactId>femas-starters</artifactId>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>femas-springcloud-greenwich-gateway-starter</artifactId>
<name>femas-springcloud-greenwich-gateway-starter</name>
<dependencies>
<dependency>
<groupId>com.tencent.tsf</groupId>
<artifactId>femas-extension-springcloud-greenwich-gateway</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
......@@ -18,6 +18,7 @@
<module>femas-springcloud-greenwich-starter</module>
<module>femas-springcloud-2020.0-ilford-starter</module>
<module>femas-springcloud-greenwich-zuul-starter</module>
<module>femas-springcloud-greenwich-gateway-starter</module>
</modules>
<build>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment