1 Star 0 Fork 0

SaoTao/SpringCloud_Config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config_eureka_02.yml 914 Bytes
一键复制 编辑 原始数据 按行查看 历史
zst 提交于 2018-10-16 18:36 . config eureka配置添加
spring:
profiles:
active:
- dev
---
server:
port: 2082
spring:
profiles: dev
application:
name: config-eureka-server
eureka:
instance:
hostname: olywa02.com #冒号后面必须要有空格
client:
register-with-eureka: false #当前的eureka-server自己不注册进服务列表中
fetch-registry: false #不通过eureka获取注册信息
service-url:
defaultZone: http://olywa01.com:2080/eureka/, http://olywa03.com:2083/eureka/
---
server:
port: 2082
spring:
profiles: test
application:
name: config-eureka-server
eureka:
instance:
hostname: olywa02.com #冒号后面必须要有空格
client:
register-with-eureka: false #当前的eureka-server自己不注册进服务列表中
fetch-registry: false #不通过eureka获取注册信息
service-url:
defaultZone: http://olywa01.com:2080/eureka/, http://olywa03.com:2083/eureka/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/olywa/SpringCloud_Config.git
git@gitee.com:olywa/SpringCloud_Config.git
olywa
SpringCloud_Config
SpringCloud_Config
master

搜索帮助