wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-api/src/main/resources/application-dev.yml
old mode 100644 new mode 100755
@@ -25,6 +25,10 @@
    uri-encoding: UTF-8
spring:
  servlet:
    multipart:
      maxFileSize: 50MB
      maxRequestSize: 50MB
  http:
    encoding:
      charset: UTF-8
@@ -44,6 +48,26 @@
      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:
@@ -62,7 +86,7 @@
        reset: latest
    topic: test
    group:
      id: notifyBusinessStatus
      id: -1  # -1 表示自己生成 走广播模式
    concurrency: 10
  producer: