application.yml 1.2 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. svr-authentication-port: 10260
  12. #Actuator
  13. management:
  14. security:
  15. enabled: false
  16. #Hystrix
  17. hystrix:
  18. command:
  19. default:
  20. execution:
  21. isolation:
  22. thread:
  23. timeoutInMilliseconds: 610000
  24. #Ribbon
  25. ribbon:
  26. ReadTimeout: 300000
  27. ConnectTimeout: 5000
  28. #Zuul
  29. zuul:
  30. host:
  31. socket-timeout-millis: 300000
  32. connect-timeout-millis: 300000
  33. #Spring
  34. spring:
  35. jmx:
  36. enabled: false
  37. jpa:
  38. database-platform: org.hibernate.dialect.MySQL5Dialect
  39. hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
  40. show-sql: false
  41. mvc:
  42. throw-exception-if-no-handler-found: true
  43. #未知
  44. yihu:
  45. admin:
  46. client:
  47. advice:
  48. http: true
  49. #发现服务
  50. eureka:
  51. client:
  52. healthcheck:
  53. enabled: false #监控检查
  54. serviceUrl:
  55. defaultZone: http://jw:jkzl@192.168.131.174:8761/eureka/
  56. instance:
  57. prefer-ip-address: false
  58. instance-id: ${spring.cloud.client.ipAddress}:${server.port}