application.yml 1.4 KB

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