| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: shop-recycle-gateway-out-configmap
- namespace: production
- data:
- port: "1226"
- name: "shop-recycle-gateway-out"
- 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"
- connection-timeout: "30000"
- maximum-pool-size: "10"
- minimum-idle: "1"
- allow-bean-definition-overriding: "true"
- server-addr: "${nacos.service-address}:${nacos.port}"
- service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
- weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
- gateway: "# 閰嶇疆gateway璺敱瑙勫垯"
- lower-case-service-id: "true"
- - id: "灏忕▼搴?闂ㄥ簵"
- uri: "lb://shop-recycle-store-wechat-web"
- - Path=/store/wechat/**: "lb://shop-recycle-store-wechat-web"
- - id: "灏忕▼搴?鍟嗘埛"
- uri: "lb://shop-recycle-merchant-wechat-web"
- - Path=/merchant/wechat/**: "lb://shop-recycle-merchant-wechat-web"
- - id: "灏忕▼搴?浠e崠"
- uri: "lb://shop-recycle-buy-wechat-web"
- - Path=/buy/wechat/**: "lb://shop-recycle-buy-wechat-web"
- - id: "PC-骞冲彴"
- uri: "lb://shop-recycle-platform-pc-web"
- - Path=/platform/pc/**: "lb://shop-recycle-platform-pc-web"
- - id: "娴嬭瘯"
- uri: "lb://shop-recycle-out-web"
- - Path=/exterior/api/**: "lb://shop-recycle-out-web"
- sentinel: "# 閰嶇疆gate鐨剆entinel娴佹帶瑙勫垯"
- port: "8005"
- dashboard: "localhost:8091"
- datasource: "# 鎸佷箙鍖杝entinel瑙勫垯"
- flow: "# 娴佹帶瑙勫垯鏁版嵁婧愰厤缃?"
- server-addr: "${nacos.service-address}:${nacos.port}"
- data-id: "gateway-sentinel-flow"
- data-type: "json"
- rule-type: "flow"
- master: "mymaster"
- - redis.jxfx1.com: "27000"
- - redis.jxfx2.com: "27000"
- - redis.jxfx3.com: "27000"
- database: "15"
- service-address: "nacos.bak.com"
- port: "8848"
- show: "true"
- isFilter: "true"
- swagger.enable: "true"
- is-reveal-error: "true"
- storeId: "528"
- md5: "f2c2071cdd3c42a9ad74ecd847a5ee55"
- code: "xm"
- storeId: "597"
- md5: "3dc81e3f2c523fb5955761bbe2d150f2"
- code: "ygx"
- storeId: "686"
- md5: "20101fdf2db27d75c7431bedabe67e50"
- code: "lb"
- md5: "daa28096f9e8879ab3a02b90aa0e2f83"
- - 100002: "daa28096f9e8879ab3a02b90aa0e2f83"
- - 100003: "daa28096f9e8879ab3a02b90aa0e2f83"
- - 100004: "daa28096f9e8879ab3a02b90aa0e2f83"
- - 100100: "daa28096f9e8879ab3a02b90aa0e2f83"
- mapper-locations: "classpath:/mapper/*Mapper.xml"
- id-type: "0"
- field-strategy: "0"
- db-column-underline: "true"
- logic-delete-value: "1"
- logic-not-delete-value: "0"
- map-underscore-to-camel-case: "true"
- cache-enabled: "false"
|