|
@@ -11,14 +11,23 @@
|
|
|
|
|
|
|
|
<artifactId>gateway-server</artifactId>
|
|
<artifactId>gateway-server</artifactId>
|
|
|
<description>gateway server</description>
|
|
<description>gateway server</description>
|
|
|
- <properties>
|
|
|
|
|
- <ratelimit.version>2.1.0.RELEASE</ratelimit.version>
|
|
|
|
|
- </properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>com.usoftchina.saas</groupId>
|
|
|
|
|
- <artifactId>server-starter</artifactId>
|
|
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
|
+ <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
|
+ <artifactId>spring-cloud-starter</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<!--<dependency>
|
|
<!--<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -33,24 +42,19 @@
|
|
|
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
|
|
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<!-- rate limit -->
|
|
<!-- rate limit -->
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>com.marcosbarbero.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-zuul-ratelimit</artifactId>
|
|
|
|
|
- <version>${ratelimit.version}</version>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<!-- sleuth -->
|
|
<!-- sleuth -->
|
|
|
- <!--<dependency>
|
|
|
|
|
|
|
+ <dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
|
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.amqp</groupId>
|
|
<groupId>org.springframework.amqp</groupId>
|
|
|
<artifactId>spring-rabbit</artifactId>
|
|
<artifactId>spring-rabbit</artifactId>
|
|
|
- </dependency>-->
|
|
|
|
|
|
|
+ </dependency>
|
|
|
<!-- auth -->
|
|
<!-- auth -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.usoftchina.saas</groupId>
|
|
<groupId>com.usoftchina.saas</groupId>
|