old mode 100644
new mode 100755
| | |
| | | uri-encoding: UTF-8 |
| | | |
| | | spring: |
| | | servlet: |
| | | multipart: |
| | | maxFileSize: 50MB |
| | | maxRequestSize: 50MB |
| | | http: |
| | | encoding: |
| | | charset: UTF-8 |
| | |
| | | min-idle: 0 |
| | | timeout: 0 |
| | | |
| | | java110: |
| | | community-service: community-service |
| | | acct-service: acct-service |
| | | user-service: user-service |
| | | store-service: store-service |
| | | common-service: common-service |
| | | job-service: job-service |
| | | fee-service: fee-service |
| | | report-service: report-service |
| | | dev-service: dev-service |
| | | oa-service: oa-service |
| | | |
| | | feign: |
| | | client: |
| | | config: |
| | | default: |
| | | connect-timeout: 10000 |
| | | read-timeout: 20000 |
| | | |
| | | |
| | | #============== kafka =================== |
| | | kafka: |
| | | consumer: |
| | |
| | | reset: latest |
| | | topic: test |
| | | group: |
| | | id: notifyBusinessStatus |
| | | id: -1 # -1 表示自己生成 走广播模式 |
| | | concurrency: 10 |
| | | |
| | | producer: |