feat: 获取app step 2

This commit is contained in:
zengxiaobo 2024-07-04 16:08:25 +08:00
parent 1f8c2eb5d0
commit 8f39152834

View File

@ -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));
}
/**