您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

application.yml 367B

12345678910111213141516
  1. eureka:
  2. client:
  3. register-with-eureka: true
  4. fetch-registry: true
  5. service-url:
  6. defaultZone: http://localhost:8761/eureka/
  7. instance:
  8. hostname: localhost
  9. microservice:
  10. payment-service:
  11. endpoints:
  12. endpoint: http://PAYMENT-SERVICE/payment/doPayment
  13. order-service:
  14. endpoints:
  15. endpoint: http://order-SERVICE/order/bookOrder