Forráskód Böngészése

block virtual NIC:

Sand Wen 9 éve
szülő
commit
0e00aa07de
1 módosított fájl, 8 hozzáadás és 1 törlés
  1. 8 1
      application.yml

+ 8 - 1
application.yml

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