application-ribbon.yml 183 B

12345678910111213
  1. server:
  2. port: 8010
  3. spring:
  4. application:
  5. name: wechat
  6. eureka:
  7. client:
  8. serviceUrl:
  9. defaultZone: http://discovery:8761/eureka/
  10. instance:
  11. preferIpAddress: true