| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: shop-recycle-platform-configmap
- namespace: production
- data:
- port: "1201"
- org.springframework: "INFO"
- com.ssm: "DEBUG"
- name: "shop-recycle-platform-service"
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "com.mysql.cj.jdbc.Driver"
- url: "jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_platform?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"
- master: "mymaster"
- - redis.jxfx1.com: "27000"
- - redis.jxfx2.com: "27000"
- - redis.jxfx3.com: "27000"
- database: "15"
- host: "mq.bak.com"
- port: "5672"
- virtualHost: "shop-recycle-order-image"
- database: "recycle"
- host: "mg.bak.com"
- port: "27017"
- name: "${spring.application.name}"
- provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
- registry: "# 鍗曟敞鍐屼腑蹇?"
- address: "nacos://${nacos.service-address}:${nacos.port}"
- filter: "tracing"
- name: "dubbo"
- port: "2021"
- registry: "# 鍗曟敞鍐屼腑蹇?"
- address: "nacos://${nacos.service-address}:${nacos.port}"
- timeout: "5000"
- filter: "tracing"
- 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"
- service-address: "nacos.bak.com"
- port: "8848"
- show: "true"
- recycle-machine-model: "/root/recycle_machine_index"
- host: "https://mini.fprice.cn"
- image-host: "https://images.fprice.cn/boot-admin/api/common/view/"
- classify-brand-list: "/boot-h5/api/third/v1/recovery/classifyBrandList"
- shop-goods-list: "/boot-h5/api/third/v1/recovery/shopGoodsList"
- goods-info: "/boot-h5/api/third/v1/recovery/goodsInfo"
- check-goods-limit: "/boot-h5/api/third/v1/recovery/checkGoodsLimit"
- direct-estimate: "/boot-h5/api/third/v1/recovery/directEstimate"
- get-goods-estimate-package: "/boot-h5/api/third/v1/recovery/getGoodsEstimatePackage"
- get-goods-estimate-package-submit: "/boot-h5/api/third/v1/recovery/getGoodsEstimatePackage/submit"
- change-log-list: "/boot-h5/api/third/v1/recovery/changeLogList"
- good-grade-package-list: "/boot-h5/api/third/v1/recovery/goodGradePackageList"
- good-price-list: "/boot-h5/api/third/v1/recovery/goodPriceList"
- grade-list: "/boot-h5/api/third/v1/recovery/gradeList"
- host: "https://openapi.zhuanzhuan.com"
- get-brands-by-cate-id: "${cxh.basic-data.host}/open/router/hunter/getBrandsByCateId"
- get-models-by-cate-and-brand-id: "${cxh.basic-data.host}/open/router/hunter/getModelsByCateAndBrandId"
- get-recycle-template: "${cxh.basic-data.host}/open/router/hunter/getRecycleTemplate"
- client-id: "a14c02bc-7607-49be-a54b-9206deb5464e"
- host: "https://openapi.zhuanzhuan.com"
- get-price: "${cxh.price-c2b.host}/open/router/hunter/getC2bPrice"
- client-id: "ade60dbc-bf74-47c2-bc57-65cf58614bcf"
- host: "https://open.caihuoxia.com/api"
- get-brands-by-cate-id: "${cxh.new-price-c2b.host}/price/v1.0/category/%s/brands"
- get-models-by-cate-and-brand-id: "${cxh.new-price-c2b.host}/price/v1.0/category/%s/brand/%s/models"
- get-recycle-template: "${cxh.new-price-c2b.host}/price/v1.0/category/%s/brand/%s/model/%s/recycle-template"
- get-price: "${cxh.new-price-c2b.host}/price/v1.0/recycle-report-info/estimated-price/search"
- client-id: "saas_fxv2"
|