123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- server:
- ag-basic-port: 10001
- svr-base-port: 10020
- svr-zipkin-port: 9411
- svr-dashboard-port: 9010
- web-gateway-port: 8088
- svr-wlyy-port: 10090
- svr-quota-port: 10030
- svr-iot-port: 10050
- #Actuator
- management:
- security:
- enabled: false
- #Hystrix
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 610000
- #Ribbon
- ribbon:
- ReadTimeout: 300000
- ConnectTimeout: 5000
- #Zuul
- zuul:
- host:
- socket-timeout-millis: 300000
- connect-timeout-millis: 300000
- #Spring
- spring:
- jmx:
- enabled: false
- jpa:
- database-platform: org.hibernate.dialect.MySQL5Dialect
- hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
- show-sql: false
- mvc:
- throw-exception-if-no-handler-found: true
- #未知
- yihu:
- admin:
- client:
- advice:
- http: true
- #发现服务
- eureka:
- client:
- healthcheck:
- enabled: false #监控检查
- serviceUrl:
- defaultZone: http://jw:jkzl@172.19.103.33:8761/eureka/
- instance:
- prefer-ip-address: false
- instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|