application.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. server:
  2. port: 8083
  3. spring:
  4. application:
  5. name: demo-socket-client
  6. datasource:
  7. driverClassName: com.mysql.jdbc.Driver
  8. url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  9. username: root
  10. password: 123456
  11. yihu:
  12. admin:
  13. client:
  14. advice:
  15. http: true #默认true
  16. sql:
  17. hibernate: true ##默认false
  18. springJDBC: true ##默认true
  19. zuul:
  20. pre: true #默认false
  21. post: true #默认false
  22. route:true #默认false
  23. server:
  24. ip: 192.168.131.102
  25. port: 8082
  26. eureka:
  27. client:
  28. serviceUrl:
  29. defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka/
  30. instance:
  31. #eurika使用IP不使用host
  32. prefer-ip-address: true
  33. #定制化在eurika中显示的名称
  34. ##instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}}
  35. instance-id: ${spring.cloud.client.ipAddress}:${server.port}
  36. leaseRenewalIntervalInSeconds: 30 ##心跳时间 默认30秒 一般不修改
  37. management:
  38. security:
  39. enabled: false
  40. endpoints:
  41. logfile:
  42. enabled: true
  43. logging:
  44. file: ${logging.path}demo-socket-client.log
  45. path: G:\idea_workspace\jkzl_git\jkzl-start\logs\
  46. level:
  47. root: INFO