shop-recycle-dealdata-service-configmap.yaml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: shop-recycle-dealdata-service-configmap
  5. namespace: production
  6. data:
  7. port: "1235"
  8. org.springframework: "INFO"
  9. com.ssm: "DEBUG"
  10. name: "shop-recycle-dealdata-service"
  11. master: "mymaster"
  12. - redis.jxfx1.com: "27000"
  13. - redis.jxfx2.com: "27000"
  14. - redis.jxfx3.com: "27000"
  15. database: "15"
  16. primary: "seata"
  17. strict: "false"
  18. type: "com.zaxxer.hikari.HikariDataSource"
  19. url: "jdbc:mysql://${db-host}/seata?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  20. driver-class-name: "com.mysql.cj.jdbc.Driver #3.2.0寮€濮嬫敮鎸丼PI鍙渷鐣ユ閰嶇疆"
  21. connection-timeout: "30000"
  22. maximum-pool-size: "10"
  23. minimum-idle: "1"
  24. type: "com.zaxxer.hikari.HikariDataSource"
  25. url: "jdbc:mysql://${db-host}/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  26. driver-class-name: "com.mysql.cj.jdbc.Driver"
  27. connection-timeout: "30000"
  28. maximum-pool-size: "10"
  29. minimum-idle: "1"
  30. type: "com.zaxxer.hikari.HikariDataSource"
  31. url: "jdbc:mysql://${db-host}/shop_recycle_account?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  32. driver-class-name: "com.mysql.cj.jdbc.Driver"
  33. connection-timeout: "30000"
  34. maximum-pool-size: "10"
  35. minimum-idle: "1"
  36. type: "com.zaxxer.hikari.HikariDataSource"
  37. url: "jdbc:mysql://${db-host}/shop_recycle_platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  38. driver-class-name: "com.mysql.cj.jdbc.Driver"
  39. connection-timeout: "30000"
  40. maximum-pool-size: "10"
  41. minimum-idle: "1"
  42. allow-bean-definition-overriding: "true"
  43. server-addr: "${nacos.service-address}:${nacos.port}"
  44. service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
  45. weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
  46. host: "mq.bak.com"
  47. port: "5672"
  48. virtualHost: "shop-recycle-msg"
  49. name: "${spring.application.name}"
  50. provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
  51. registry: "# 鍗曟敞鍐屼腑蹇?"
  52. address: "nacos://${nacos.service-address}:${nacos.port}"
  53. filter: "tracing"
  54. filter: "tracing"
  55. name: "dubbo"
  56. port: "2032"
  57. mapper-locations: "classpath:/mapper/*Mapper.xml"
  58. id-type: "0"
  59. field-strategy: "0"
  60. db-column-underline: "true"
  61. logic-delete-value: "1"
  62. logic-not-delete-value: "0"
  63. map-underscore-to-camel-case: "true"
  64. cache-enabled: "false"
  65. service-address: "nacos.bak.com"
  66. port: "8848"
  67. db-host: "rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306"
  68. isOpen: "true"
  69. delay: "2000"
  70. range: "20"