
consul
方方园园
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nomad使用
因需要对consul进行ui修改 通过百度才知道需要先安装nomad windows版的 # Increase log verbosity log_level = "DEBUG" # Setup data dir data_dir = "D:/tmp/server1" # Enable the server server { enabled = true # Self-elect, sh...原创 2019-09-30 13:22:25 · 2682 阅读 · 0 评论 -
eureka升级consul
查看网卡信息 ipconfig #-dev -bind 设定绑定网卡,直接就启动服务了 #通过agent命令,来启动consul 服务 consul agent -dev -bind 192.168.43.208 -server -bootstrap -data-dir D:/tmp/consul application.properties spring.application.name=na...原创 2019-09-28 12:52:08 · 316 阅读 · 0 评论