4在centos7上使用consul时,yml配置文件:
Posted JDLiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了4在centos7上使用consul时,yml配置文件:相关的知识,希望对你有一定的参考价值。
server:
port: 8006
spring:
application:
name: consul-provider-payment
cloud:
consul:
host: 192.168.152.131
port: 8500
discovery:
service-name: ${spring.application.name}
#此处需要设置为true,以IP地址注册到服务中心,不然会报红X,访问不了linux上的consul,显示为localhost本机
prefer-ip-address: true
设置为true后:
访问成功:此时的IP地址为consul注册进去的地址
以上是关于4在centos7上使用consul时,yml配置文件:的主要内容,如果未能解决你的问题,请参考以下文章