add
This commit is contained in:
@ -44,7 +44,7 @@ public class DynamicDataSourceFilter extends OncePerRequestFilter {
|
||||
private DynamicDataSourceConfig dynamicDataSourceConfig;
|
||||
|
||||
private static final List<String> NOT_NEED_TENANT_URIS = ListUtil.toList("/**/*.html",
|
||||
"/**/*.css", "/**/*.js", "/swagger-resources", "/v3/api-docs/**", "/favicon.ico");
|
||||
"/**/*.css", "/**/*.js", "/swagger-resources", "/v3/api-docs/**", "/favicon.ico","/resource/**");
|
||||
|
||||
@Override
|
||||
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
|
||||
|
Reference in New Issue
Block a user