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: |
| | | profiles: |
| | | active: share |
| | |
| | | timeout: 0 |
| | | activiti: |
| | | database-schema-update: false |
| | | # false:false为默认值,设置为该值后,Activiti在启动时,会对比数据库表中保存的版本,如果版本不匹配时,将在启动时抛出异常。 |
| | | # true:设置为该值后,Activiti会对数据库中所有的表进行更新,如果表不存在,则Activiti会自动创建。 |
| | | # create-drop:Activiti启动时,会执行数据库表的创建操作,在Activiti关闭时,执行数据库表的删除操作。 |
| | | # drop-create:Activiti启动时,执行数据库表的删除操作在Activiti关闭时,会执行数据库表的创建操作。 |
| | | |
| | | # datasource: |
| | | # connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 |
| | | # minIdle: 5 |
| | | # validationQuery: SELECT 1 FROM DUAL |
| | | # initialSize: 5 |
| | | # maxWait: 60000 |
| | | # filters: stat,wall,log4j |
| | | # poolPreparedStatements: true |
| | | # type: com.alibaba.druid.pool.DruidDataSource |
| | | # url: jdbc:mysql://dev.db.java110.com:3306/TT?useUnicode=true&characterEncoding=utf-8 |
| | | # maxPoolPreparedStatementPerConnectionSize: 20 |
| | | # password: TT@12345678 |
| | | # testOnBorrow: false |
| | | # testWhileIdle: true |
| | | # minEvictableIdleTimeMillis: 300000 |
| | | # timeBetweenEvictionRunsMillis: 60000 |
| | | # testOnReturn: false |
| | | # driverClassName: com.mysql.jdbc.Driver |
| | | # maxActive: 20 |
| | | # username: TT |
| | | feign: |
| | | client: |
| | | config: |
| | | default: |
| | | connect-timeout: 10000 |
| | | read-timeout: 10000 |
| | | |
| | | #============== kafka =================== |
| | | kafka: |
| | |
| | | size: 4096 |
| | | linger: 1 |
| | | buffer: |
| | | memory: 40960 |
| | | memory: 1048576 |