瀏覽代碼

added commone propteryies

master
ryuukougun 2 年之前
父節點
當前提交
7bd02ca1dc
共有 1 個檔案被更改,包括 16 行新增0 行删除
  1. 16
    0
      application.yml

+ 16
- 0
application.yml 查看文件

@@ -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…
取消
儲存