Browse Source

block NIC

Sand Wen 9 years ago
parent
commit
2c89b2fef8
1 changed files with 9 additions and 9 deletions
  1. 9 9
      application.yml

+ 9 - 9
application.yml

@ -1,3 +1,4 @@
#服务端口,以10100开始,每个服务间隔为10,若有新服务,请更新最大端口号。当前最大:10180
svr-adaption.server.port: 10150
svr-app.server.port: 10160
@ -29,15 +30,6 @@ deploy:
default:
  password: 123456
#屏蔽虚拟网卡IP
spring:
  cloud:
    inetutils:
      ignoredInterfaces:
        - docker0
        - veth.*
        - vmnet.*
endpoints:
  restart:
    enabled: true
@ -51,6 +43,14 @@ spring:
    database-platform: org.hibernate.dialect.MySQL5Dialect
    hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
  #屏蔽虚拟网卡IP
  cloud:
    inetutils:
      ignoredInterfaces:
        - docker0
        - veth.*
        - vmnet.*
logging:
  level:
    com: