소스 검색

修正内网IP及虚拟网卡引用的应用IP错误问题

Sand Wen 9 년 전
부모
커밋
55d9351fd8
2개의 변경된 파일13개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 1
      ag-ehr-platform.yml
  2. 8 1
      application.yml

+ 5 - 1
ag-ehr-platform.yml

@ -1,4 +1,8 @@
zuul:
  prefix: /esb/**
  routes:
    - /esb/**
    
---
spring:
  profiles: dev

+ 8 - 1
application.yml

@ -21,7 +21,6 @@ ehr.common.invalid.parameter: 参数解析错误
ehr.common.query.not.found: 不存在该对象
ehr.common.repeat.code: 代码重复
#应用部署所在区域
deploy:
  region: 3502
@ -30,6 +29,14 @@ deploy:
default:
  password: 123456
#应用不要使用虚拟网卡
spring:
  cloud:
    inetutils:
      ignoredInterfaces:
        - docker0
        - veth.*
endpoints:
  restart:
    enabled: true