You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tanghc
08d2371b2b
|
4 years ago | |
---|---|---|
.. | ||
src | 5 years ago | |
.gitignore | 6 years ago | |
pom.xml | 4 years ago | |
readme.md | 5 years ago |
readme.md
sop-gateway
网关入口,默认使用的是Spring Cloud Gateway,如果要使用Zuul,修改pom.xml
<dependency>
<groupId>com.gitee.sop</groupId>
<!--<artifactId>sop-bridge-gateway</artifactId>-->
<artifactId>sop-bridge-zuul</artifactId>
<version>version</version>
</dependency>