wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-order/src/main/resources/application-dev.yml
old mode 100644 new mode 100755
@@ -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:
  http:
    encoding:
@@ -60,10 +72,17 @@
    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: