| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- app:
- name: shop-recycle-dealdata-service
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-dealdata-service
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1235
- targetPort: 1235
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1235
- logging:
- level:
- org.springframework: INFO
- com.ssm: DEBUG
- spring:
- application:
- name: shop-recycle-dealdata-service
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redis.jxfx3.com:27000
- password: 3sm_redis
- database: 15
- datasource:
- dynamic:
- primary: seata
- strict: false
- datasource:
- seata:
- type: com.zaxxer.hikari.HikariDataSource
- url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/seata?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: Fxjxtdacf8f_a3d_202600104d6c_41
- driver-class-name: com.mysql.cj.jdbc.Driver
- hikari:
- connection-timeout: 30000
- maximum-pool-size: 10
- minimum-idle: 1
- shop_recycle_order:
- type: com.zaxxer.hikari.HikariDataSource
- url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: Fxjxtdacf8f_a3d_202600104d6c_41
- driver-class-name: com.mysql.cj.jdbc.Driver
- hikari:
- connection-timeout: 30000
- maximum-pool-size: 10
- minimum-idle: 1
- shop_recycle_account:
- type: com.zaxxer.hikari.HikariDataSource
- url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_account?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: Fxjxtdacf8f_a3d_202600104d6c_41
- driver-class-name: com.mysql.cj.jdbc.Driver
- hikari:
- connection-timeout: 30000
- maximum-pool-size: 10
- minimum-idle: 1
- shop_recycle_platform:
- type: com.zaxxer.hikari.HikariDataSource
- url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: Fxjxtdacf8f_a3d_202600104d6c_41
- driver-class-name: com.mysql.cj.jdbc.Driver
- 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-dealdata-service
- weight: 1
- rabbitmq:
- host: mq.bak.com
- port: 5672
- username: guest
- password: guest
- virtualHost: shop-recycle-msg
- dubbo:
- application:
- name: shop-recycle-dealdata-service
- provider:
- registry:
- address: nacos://nacos.bak.com:8848
- filter: tracing
- consumer:
- filter: tracing
- protocol:
- name: dubbo
- port: 2032
- 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
- db-host: rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306
- db-username: root
- db-password: Fxjxtdacf8f_a3d_202600104d6c_41
- config:
- isOpen: true
- delay: 2000
- range: 20
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|