application-local.yml 1.42 KB
Newer Older
Administrator committed
1 2 3 4 5
spring:
  http:
    multipart:
      enabled: true
      max-file-size: 300MB
6
      max-request-size: 300MB
7 8 9 10 11 12 13 14 15 16 17
      
feign:
  hystrix:
    enabled: true
  okhttp:
    enabled: true
  httpclient:
    enabled: false
  client:
    config:
      feignName:
18 19
        connectTimeout: 10000
        readTimeout: 10000
20 21 22 23 24
  compression:
    request:
      enabled: true
    response:
      enabled: true
25

26 27 28 29 30 31 32 33 34
# yml
hystrix:
  command:
    default:
      execution:
        isolation:
          thread:
            timeoutInMilliseconds: 15000

35
ribbon:
36 37
  ReadTimeout: 10000
  ConnectTimeout: 10000
38
  eureka:
39
    enabled: true
40
  httpclient:
41
    enabled: false
42
  okhttp:
43
    enabled: true
44 45
  eager-load:
    enabled: true
46
    clients: techhero-framework-config,techhero-framework-eureka,techhero-framework-auth,techhero-platform-exam,techhero-platform-system,techhero-business-track,techhero-business-command,techhero-business-transdata,techhero-business-datagovern,techhero-business-visualization,techhero-framework-config
47

48

49 50 51 52
tomcat:
  max-connections: 500
  max-threads: 30
  min-spare-threads: 3
53 54
  accept-count: 10

55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
# ignore:
#   urls:
#     - /*/open/**
#     - /swagger/api-docs
#     - /swagger-resources/**
#     - /swagger-ui.html
#     - /*/v2/api-docs
#     - /webjars/**
#     - /auth/**
#     - /oss/**
#     - /system/db/getUserListPage/**
#     - /exam/dc/rest/dcKsjhb/getExamPlan
#     - /system/vc/code
#     - /system/sys/getSubSystems
#     - /config/bus/refresh