From f0d048fa2cba4f52066e14d1d31e4f7a2c7a9530 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期三, 12 三月 2025 09:05:57 +0800 Subject: [PATCH] 新增导入功能 --- billion-framework/src/main/java/com/billion/framework/config/SecurityConfig.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/billion-framework/src/main/java/com/billion/framework/config/SecurityConfig.java b/billion-framework/src/main/java/com/billion/framework/config/SecurityConfig.java index 19c54b5..29866b5 100644 --- a/billion-framework/src/main/java/com/billion/framework/config/SecurityConfig.java +++ b/billion-framework/src/main/java/com/billion/framework/config/SecurityConfig.java @@ -116,6 +116,7 @@ .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll() .antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll() .antMatchers("/bs/workshop/**").permitAll() + .antMatchers("/dmMes/**").permitAll() // 闄や笂闈㈠鐨勬墍鏈夎姹傚叏閮ㄩ渶瑕侀壌鏉冭璇� .anyRequest().authenticated(); }) -- Gitblit v1.9.3