old mode 100644
new mode 100755
| | |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | |
| | | 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 |
| | | |
| | | spring: |
| | | http: |
| | | encoding: |
| | |
| | | minEvictableIdleTimeMillis: 300000 |
| | | timeBetweenEvictionRunsMillis: 60000 |
| | | testOnReturn: false |
| | | driverClassName: com.mysql.jdbc.Driver |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | maxActive: 20 |
| | | username: TT |
| | | |
| | | feign: |
| | | client: |
| | | config: |
| | | default: |
| | | connect-timeout: 30000 |
| | | read-timeout: 30000 |
| | | |
| | | #============== kafka =================== |
| | | kafka: |
| | | consumer: |