You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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