Commit 71775d92 by jiang'yun

修改问题

parent 877579f6
......@@ -27,7 +27,7 @@
<oshi.version>6.4.0</oshi.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.collections.version>3.2.2</commons.collections.version>
<poi.version>4.1.2</poi.version>
<poi.version>4.1.1</poi.version>
<velocity.version>2.3</velocity.version>
<jwt.version>0.9.1</jwt.version>
</properties>
......
......@@ -115,7 +115,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
// 静态资源,可匿名访问
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()
.antMatchers("/system/sjFybpZb/**","/system/sjFybp/**").permitAll()
// .antMatchers("/system/sjLhsc/export_word/**").permitAll()
// 除上面外的所有请求全部需要鉴权认证
.anyRequest().authenticated()
.and()
......
......@@ -16,6 +16,12 @@
</description>
<dependencies>
<!--导出word-->
<dependency>
<groupId>cn.javaex</groupId>
<artifactId>officejj</artifactId>
<version>4.1.1</version>
</dependency>
<!-- 通用工具-->
<dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment