通过SpringCloud配置
spring:
cloud:
inetutils:
preferred-networks:
- 192.168.10
- ip ...
具体查看:
org.springframework.cloud.commons.util.InetUtilsProperties
org.springframework.cloud.commons.util.InetUtils
通过Nacos配置
spring:
cloud:
nacos:
discovery:
network-interface: xxx # 网卡名称
ip: 192.168.10.xxx #当前机器IP
具体查看: com.alibaba.cloud.nacos.NacosDiscoveryProperties
两种都可以实现
评论区