Selaa lähdekoodia

added commone propteryies

master
ryuukougun 2 vuotta sitten
vanhempi
commit
7bd02ca1dc
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16
    0
      application.yml

+ 16
- 0
application.yml Näytä tiedosto

@@ -0,0 +1,16 @@
eureka:
client:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://localhost:8761/eureka/
instance:
hostname: localhost

microservice:
payment-service:
endpoints:
endpoint: http://PAYMENT-SERVICE/payment/doPayment
order-service:
endpoints:
endpoint: http://order-SERVICE/order/bookOrder

Loading…
Peruuta
Tallenna