1 Star 0 Fork 0

zhangbuquan/springcloud_config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-order-dev.yml 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangbuquan 提交于 2023-11-22 07:27 . add application-order-dev.yml.
#注册到EurekaServer
server:
port: 8021
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8000/eureka/
instance:
prefer-ip-address: true #使用ip地址进行注册
instance-id: order-server:8021 #实例ID
spring:
application:
name: order-server
feign:
hystrix:
enabled: true #开启熔断支持
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhang-buquan/springcloud_config.git
[email protected]:zhang-buquan/springcloud_config.git
zhang-buquan
springcloud_config
springcloud_config
master

搜索帮助