1 Star 0 Fork 0

哈喽沃德先生/config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
order-service-prod.yml 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
哈喽沃德先生 提交于 2020-12-15 15:31 . update order-service-prod.yml.
spring:
application:
name: order-service # 应用名称
# 配置 Eureka Server 注册中心
eureka:
instance:
prefer-ip-address: true # 是否使用 ip 地址注册
instance-id: ${spring.cloud.client.ip-address}:${server.port} # ip:port
client:
service-url: # 设置服务注册中心地址
defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/
# 自定义配置
name: order-service-prod-1.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imrhelloworld/config-repo.git
git@gitee.com:imrhelloworld/config-repo.git
imrhelloworld
config-repo
config-repo
master

搜索帮助