wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-common/src/main/resources/application-dev.yml
@@ -24,6 +24,18 @@
  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
@@ -48,6 +60,12 @@
  activiti:
    database-schema-update: false
feign:
  client:
    config:
      default:
        connect-timeout: 10000
        read-timeout: 10000
#============== kafka ===================
kafka:
@@ -79,4 +97,4 @@
      size: 4096
    linger: 1
    buffer:
      memory: 40960
      memory: 1048576