application.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. server:
  2. ag-basic-port: 10001
  3. svr-base-port: 10020
  4. svr-zipkin-port: 9411
  5. svr-dashboard-port: 9010
  6. web-gateway-port: 8088
  7. svr-wlyy-port: 10090
  8. svr-quota-port: 10030
  9. svr-iot-port: 10050
  10. #Actuator
  11. management:
  12. security:
  13. enabled: false
  14. #Hystrix
  15. hystrix:
  16. command:
  17. default:
  18. execution:
  19. isolation:
  20. thread:
  21. timeoutInMilliseconds: 610000
  22. #Ribbon
  23. ribbon:
  24. ReadTimeout: 300000
  25. ConnectTimeout: 5000
  26. #Zuul
  27. zuul:
  28. host:
  29. socket-timeout-millis: 300000
  30. connect-timeout-millis: 300000
  31. #Spring
  32. spring:
  33. jmx:
  34. enabled: false
  35. jpa:
  36. database-platform: org.hibernate.dialect.MySQL5Dialect
  37. hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
  38. show-sql: false
  39. mvc:
  40. throw-exception-if-no-handler-found: true
  41. #未知
  42. yihu:
  43. admin:
  44. client:
  45. advice:
  46. http: true
  47. #发现服务
  48. eureka:
  49. client:
  50. healthcheck:
  51. enabled: false #监控检查
  52. serviceUrl:
  53. defaultZone: http://jw:jkzl@172.19.103.33:8761/eureka/
  54. instance:
  55. prefer-ip-address: false
  56. instance-id: ${spring.cloud.client.ipAddress}:${server.port}