feat: 获取app step 2
This commit is contained in:
parent
1f8c2eb5d0
commit
8f39152834
@ -83,8 +83,8 @@ public class DefaultWebMvcConfig extends DelegatingWebMvcConfiguration implement
|
||||
@Value("${web.serialize.browser-compatible.enabled:true}")
|
||||
private Boolean browserCompatible;
|
||||
|
||||
@Value("${web.context.supplier.url:}")
|
||||
private String contextSupplierUrl;
|
||||
@Value("${web.debug.host:}")
|
||||
private String contextSupplierHost;
|
||||
|
||||
/**
|
||||
* 自定义对返回的errorMsg进行处理
|
||||
@ -195,7 +195,7 @@ public class DefaultWebMvcConfig extends DelegatingWebMvcConfiguration implement
|
||||
registry.addInterceptor(e);
|
||||
});
|
||||
}
|
||||
registry.addInterceptor(new AxContextInterceptor(appRuntime, contextSupplierUrl));
|
||||
registry.addInterceptor(new AxContextInterceptor(appRuntime, contextSupplierHost));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user