Files
SOP/sop-gateway
tanghc a16a7aa2d3 4.4.2
2021-06-04 09:02:49 +08:00
..
2021-06-03 15:50:33 +08:00
2019-02-27 12:37:14 +08:00
2021-06-04 09:02:49 +08:00
2020-01-19 09:40:24 +08:00

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>