# gulimall **Repository Path**: zhipanwang/gulimall ## Basic Information - **Project Name**: gulimall - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README server: port: 88 spring: cloud: gateway: routes: - id: go-baidu uri: https://baidu.com predicates: - Query=go,baidu - id: go-nacos uri: http://localhost:8848/ predicates: - Query=go,nacos - id: gulimall-product uri: lb://gulimall-product predicates: - Path=/api/product/** filters: - RewritePath=/api/(?.*),/$\{segment} - id: gulimall-third-party uri: lb://gulimall-third-party predicates: - Path=/api/thirdparty/** filters: - RewritePath=/api/thirdparty/(?.*),/$\{segment} - id: renren-fast uri: lb://renren-fast predicates: - Path=/api/** filters: - RewritePath=/api/(?.*),/renren-fast/$\{segment}