Explorar el Código

added commone propteryies

master
ryuukougun hace 2 años
padre
commit
7bd02ca1dc
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16
    0
      application.yml

+ 16
- 0
application.yml Ver fichero

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

Cargando…
Cancelar
Guardar