1 Star 0 Fork 0

钞甜甜 / cloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cloud-eureka-test.yml 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
钞甜甜 提交于 2021-09-26 06:11 . add cloud-eureka-test.yml.
# 端口
server:
port: 8102
# 项目名称
spring:
application:
name: cloud-eureka8100
#配置eureka
# 配置注册中心
eureka:
instance:
hostname: localhost
client:
#禁止把自己注册进注册中心
register-with-eureka: false
fetch-registry: false
#注册中心地址
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
1
https://gitee.com/cttian/cloud-config.git
git@gitee.com:cttian/cloud-config.git
cttian
cloud-config
cloud-config
master

搜索帮助