app: name: shop-recycle-gateway-out replicaCount: 1 image: repository: harbor.stardance/shoprecycle/shop-recycle-gateway-out tag: v2.0.0 pullPolicy: IfNotPresent service: type: ClusterIP port: 1226 targetPort: 1226 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: server: port: 1226 spring: application: name: shop-recycle-gateway-out datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:8668/shop_recycle_store?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true username: root password: Fxjxtdacf8f_a3d_202600104d6c_41 hikari: connection-timeout: 30000 maximum-pool-size: 10 minimum-idle: 1 main: allow-bean-definition-overriding: true cloud: nacos: discovery: server-addr: nacos.bak.com:8848 service: shop-recycle-gateway-out weight: 1 gateway: discovery: locator: lower-case-service-id: true routes: - id: 小程序-门店 uri: lb://shop-recycle-store-wechat-web predicates: - Path=/store/wechat/** - id: 小程序-商户 uri: lb://shop-recycle-merchant-wechat-web predicates: - Path=/merchant/wechat/** - id: 小程序-代卖 uri: lb://shop-recycle-buy-wechat-web predicates: - Path=/buy/wechat/** - id: PC-平台 uri: lb://shop-recycle-platform-pc-web predicates: - Path=/platform/pc/** - id: 测试 uri: lb://shop-recycle-out-web predicates: - Path=/exterior/api/** sentinel: transport: port: 8005 dashboard: localhost:8091 datasource: flow: nacos: server-addr: nacos.bak.com:8848 data-id: gateway-sentinel-flow data-type: json rule-type: flow redis: sentinel: master: mymaster nodes: - redis.jxfx1.com:27000 - redis.jxfx2.com:27000 - redis.jxfx3.com:27000 password: 3sm_redis database: 15 swagger: show: true isFilter: true swagger.enable: true is-reveal-error: true store: storeMap: 100002: storeId: 528 md5: f2c2071cdd3c42a9ad74ecd847a5ee55 code: xm 100003: storeId: 597 md5: 3dc81e3f2c523fb5955761bbe2d150f2 code: ygx 100004: storeId: 686 md5: 20101fdf2db27d75c7431bedabe67e50 code: lb sell: map: 100100: md5: daa28096f9e8879ab3a02b90aa0e2f83 biz-map: chxBuildOrder: - 100002 - 100003 - 100004 chxEnsureSell: - 100100 mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.xml global-config: id-type: 0 field-strategy: 0 db-column-underline: true logic-delete-value: 1 logic-not-delete-value: 0 configuration: map-underscore-to-camel-case: true cache-enabled: false jdbc-type-for-null: null podAnnotations: {} securityContext: {} nodeSelector: {} tolerations: [] affinity: {}