123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- ##公共配置
- server:
- svr-dashboard-port: 9010
- web-gateway-port: 8088
- svr-base-port: 10020
- svr-wlyy-port: 10090
- svr-quota-port: 10030
- svr-logServer-port: 9411
- svr-iot-port: 10050
- context-path:
- svr-dashboard-context-path: /
- svr-web-gateway-context-path: /
- svr-base-context-path: /
- svr-wlyy-context-path: /
- svr-quota-context-path: /
- svr-logServer-context-path: /
- svr-configurations-context-path: /
- svr-iot-context-path: /
- #Actuator
- management:
- security:
- enabled: false
- #Hystrix
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 305000
- #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
- #未知
- 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}
- ---
- spring:
- profiles: jwdev
- i:
- am: sxy
|