瀏覽代碼

block virtual NIC:

Sand Wen 9 年之前
父節點
當前提交
0e00aa07de
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      application.yml

+ 8 - 1
application.yml

@ -29,7 +29,14 @@ deploy:
default:
  password: 123456
#屏蔽虚拟网卡IP
spring:
  cloud:
    inetutils:
      ignoredInterfaces:
        - docker0
        - veth.*
        - vmnet.*
endpoints:
  restart: