|
@@ -96,24 +96,24 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!-- nacos-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-gateway</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
+<!-- <artifactId>spring-cloud-starter-gateway</artifactId>-->
|
|
|
+<!-- <exclusions>-->
|
|
|
+<!-- <exclusion>-->
|
|
|
+<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-starter-web</artifactId>-->
|
|
|
+<!-- </exclusion>-->
|
|
|
+<!-- <exclusion>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-starter-web</artifactId>-->
|
|
|
+<!-- </exclusion>-->
|
|
|
+<!-- <exclusion>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-starter-webflux</artifactId>-->
|
|
|
+<!-- </exclusion>-->
|
|
|
+<!-- </exclusions>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<!-- Nacos Client -->
|
|
|
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-alibaba-nacos-discovery -->
|