From b71e8970fe5e4074b6b380d6e20b7926718dfded Mon Sep 17 00:00:00 2001 From: youjie <273666957@qq.com> Date: 星期四, 26 八月 2021 11:59:05 +0800 Subject: [PATCH] update 优化生成的业务名 --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java index 6715a18..bd6ee8f 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java @@ -104,11 +104,8 @@ "/*.html", "/**/*.html", "/**/*.css", - "/**/*.js", - "/profile/**" + "/**/*.js" ).permitAll() - .antMatchers("/common/download**").anonymous() - .antMatchers("/common/download/resource**").anonymous() .antMatchers("/doc.html").anonymous() .antMatchers("/swagger-resources/**").anonymous() .antMatchers("/webjars/**").anonymous() -- Gitblit v1.9.3