Files
SOP/sop-gateway
tanghc 995d5ba623 4.3.0
2021-03-02 17:41:41 +08:00
..
2021-03-02 17:41:41 +08:00
2019-02-27 12:37:14 +08:00
2021-02-22 10:41:26 +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>