1 Star 0 Fork 0

shukei/springboot-configserver-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-eureka-dev.yml 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
shukei 提交于 2021-09-07 17:25 . eureka
server:
port: 1010
eureka:
instance:
hostname: localhost
client:
registerWithEureka: false #是否要注册到eureka
fetchRegistry: false #表示是否从Eureka Server获取注册信息
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ #单机配置
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/shukei/springboot-configserver-test.git
git@gitee.com:shukei/springboot-configserver-test.git
shukei
springboot-configserver-test
springboot-configserver-test
master

搜索帮助