Merge remote-tracking branch 'origin/test_future_wangge' into test_future_wangge
| | |
| | | preferIpAddress: true |
| | | client: |
| | | serviceUrl: |
| | | defaultZone: http://${EUREKA_URL:localhost}:8192/eureka |
| | | defaultZone: http://${EUREKA_URL:hostname}:8192/eureka |
| | | |
| | | spring: |
| | | application: |
| | |
| | | enabled: true |
| | | service-id: config # 注册中心的服务名 |
| | | profile: ${ENV:dev} # 指定配置文件的环境 |
| | | uri: http://${CONFIG_URL:localhost}:8193/ |
| | | uri: http://${CONFIG_URL:hostname}:8193/ |
| | | profiles: |
| | | active: ${ENV:dev} |
| | | servlet: |
| | |
| | | eureka: |
| | | client: |
| | | service-url: |
| | | defaultZone: http://${EUREKA_URL:localhost}:8192/eureka |
| | | defaultZone: http://${EUREKA_URL:hostname}:8192/eureka |
| | | |
| | | #实体加密、解密、字段脱敏拦截设置 |
| | | domain: |