Files
SOP/sop-gateway
程子 29f8a95833 update sop-gateway/src/main/java/com/gitee/sop/gateway/entity/ConfigServiceRoute.java.
ConfigServiceRoute主键为自定义主键, 解决批量目前配置为自增主键导致批量新增时主键冲突异常

Signed-off-by: 程子 <395030787@qq.com>
2024-11-28 08:51:48 +00: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>