| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: shop-recycle-dealdata-service-configmap
- namespace: production
- data:
- port: "1235"
- org.springframework: "INFO"
- com.ssm: "DEBUG"
- name: "shop-recycle-dealdata-service"
- master: "mymaster"
- - redis.jxfx1.com: "27000"
- - redis.jxfx2.com: "27000"
- - redis.jxfx3.com: "27000"
- database: "15"
- primary: "seata"
- strict: "false"
- type: "com.zaxxer.hikari.HikariDataSource"
- url: "jdbc:mysql://${db-host}/seata?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
- driver-class-name: "com.mysql.cj.jdbc.Driver #3.2.0寮€濮嬫敮鎸丼PI鍙渷鐣ユ閰嶇疆"
- connection-timeout: "30000"
- maximum-pool-size: "10"
- minimum-idle: "1"
- type: "com.zaxxer.hikari.HikariDataSource"
- url: "jdbc:mysql://${db-host}/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
- driver-class-name: "com.mysql.cj.jdbc.Driver"
- connection-timeout: "30000"
- maximum-pool-size: "10"
- minimum-idle: "1"
- type: "com.zaxxer.hikari.HikariDataSource"
- url: "jdbc:mysql://${db-host}/shop_recycle_account?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
- driver-class-name: "com.mysql.cj.jdbc.Driver"
- connection-timeout: "30000"
- maximum-pool-size: "10"
- minimum-idle: "1"
- type: "com.zaxxer.hikari.HikariDataSource"
- url: "jdbc:mysql://${db-host}/shop_recycle_platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
- driver-class-name: "com.mysql.cj.jdbc.Driver"
- 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"
- host: "mq.bak.com"
- port: "5672"
- virtualHost: "shop-recycle-msg"
- name: "${spring.application.name}"
- provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
- registry: "# 鍗曟敞鍐屼腑蹇?"
- address: "nacos://${nacos.service-address}:${nacos.port}"
- filter: "tracing"
- filter: "tracing"
- name: "dubbo"
- port: "2032"
- 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"
- db-host: "rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306"
- isOpen: "true"
- delay: "2000"
- range: "20"
|