pull/1/MERGE
tanghc 5 years ago
parent 06c800cbdd
commit 1a787c182a
  1. 6
      sop-gateway/pom.xml

@ -27,13 +27,13 @@
<dependencies>
<!--
<artifactId>sop-bridge-zuul</artifactId> : spring cloud gateway作为网关
<artifactId>sop-bridge-gateway</artifactId> : spring cloud zuul作为网关
<artifactId>sop-bridge-gateway</artifactId> : spring cloud gateway作为网关
<artifactId>sop-bridge-zuul</artifactId> : spring cloud zuul作为网关
-->
<dependency>
<groupId>com.gitee.sop</groupId>
<!--<artifactId>sop-bridge-zuul</artifactId>-->
<artifactId>sop-bridge-gateway</artifactId>
<!--<artifactId>sop-bridge-zuul</artifactId>-->
<version>2.6.0-SNAPSHOT</version>
</dependency>

Loading…
Cancel
Save