|
@@ -18,27 +18,23 @@
|
|
|
|
|
|
<dependencies>
|
|
|
<!--api网关 -->
|
|
|
- <!-- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-gateway</artifactId>
|
|
|
- </dependency> -->
|
|
|
-
|
|
|
+ <!-- <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId>
|
|
|
+ </dependency> -->
|
|
|
+
|
|
|
<!--redis限流 -->
|
|
|
- <!-- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-redis-reactive</artifactId>
|
|
|
- </dependency> -->
|
|
|
+ <!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis-reactive</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-netflix-zuul</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
<!-- swagger-spring-boot -->
|
|
|
<dependency>
|
|
|
<groupId>com.spring4all</groupId>
|
|
@@ -46,6 +42,11 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
+ <artifactId>swagger-bootstrap-ui</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
<groupId>de.codecentric</groupId>
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
|
</dependency>
|