From 49ca7cac33b124324250f307b12ce84370daa2f3 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期三, 24 七月 2024 15:40:52 +0800 Subject: [PATCH] fix6 --- jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java b/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java index 353fda4..8210e0f 100644 --- a/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java +++ b/jcdm-framework/src/main/java/com/jcdm/framework/config/SecurityConfig.java @@ -115,6 +115,8 @@ // 闈欐�佽祫婧愶紝鍙尶鍚嶈闂� .antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll() .antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll() + .antMatchers("/bs/technologyRouteChild/ttest").permitAll() + .antMatchers("/websocket/**").anonymous() // 闄や笂闈㈠鐨勬墍鏈夎姹傚叏閮ㄩ渶瑕侀壌鏉冭璇� .anyRequest().authenticated() .and() -- Gitblit v1.9.3