application.yml 1.1 KB

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