Procházet zdrojové kódy

added commone propteryies

master
ryuukougun před 2 roky
rodič
revize
7bd02ca1dc
1 změnil soubory, kde provedl 16 přidání a 0 odebrání
  1. 16
    0
      application.yml

+ 16
- 0
application.yml Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit