This commit is contained in:
tanghc
2020-01-19 09:40:24 +08:00
parent 150fae4ae0
commit 09a25f9629

12
sop-gateway/readme.md Normal file
View File

@@ -0,0 +1,12 @@
# sop-gateway
网关入口默认使用的是Spring Cloud Gateway如果要使用Zuul修改pom.xml
```xml
<dependency>
<groupId>com.gitee.sop</groupId>
<!--<artifactId>sop-bridge-gateway</artifactId>-->
<artifactId>sop-bridge-zuul</artifactId>
<version>version</version>
</dependency>
```