server: port: 8008 tomcat: uri-encoding: UTF-8 fuiou: pay: unified-order-url: https://aipaytest.fuioupay.com/aggregatePay/preCreate wx-order-url: https://aipaytest.fuioupay.com/aggregatePay/wxPreCreate env: test spring: servlet: multipart: maxFileSize: 50MB maxRequestSize: 50MB profiles: active: share http: encoding: charset: UTF-8 enabled: true force: true application: name: boot-service redis: database: 0 host: localhost port: 6379 pool: max-active: 300 max-wait: 3000 max-idle: 50 min-idle: 20 timeout: 0 password: redis2020 activiti: database-schema-update: false datasource: url: jdbc:mysql://localhost:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false username: root password: 123456 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver druid: initial-size: 5 max-active: 10 min-idle: 5 max-wait: 60000 feign: client: config: default: connect-timeout: 10000 read-timeout: 20000 #============== kafka =================== kafka: consumer: zookeeper: connect: dev.zk.java110.com:2181 servers: dev.kafka.java110.com:9092 enable: auto: commit: true session: timeout: 6000 auto: commit: interval: 100 offset: reset: latest topic: test group: id: communityBusinessStatus concurrency: 10 producer: zookeeper: connect: dev.zk.java110.com:2181 servers: dev.kafka.java110.com:9092 retries: 0 batch: size: 4096 linger: 1 buffer: memory: 40960