浏览代码

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

正在加载...
取消
保存