Commit 01ecb07a2fac4ed96a318280bca88f3b9689500c

Authored by 648540858
2 parents 92e5ed2e df3f5795

Merge branch 'wvp-28181-record' into feature/record

src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
@@ -75,7 +75,6 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter { @@ -75,7 +75,6 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
75 matchers.add("/js/**"); 75 matchers.add("/js/**");
76 matchers.add("/api/device/query/snap/**"); 76 matchers.add("/api/device/query/snap/**");
77 matchers.add("/record_proxy/*/**"); 77 matchers.add("/record_proxy/*/**");
78 - matchers.addAll(userSetting.getInterfaceAuthenticationExcludes());  
79 // 可以直接访问的静态数据 78 // 可以直接访问的静态数据
80 web.ignoring().antMatchers(matchers.toArray(new String[0])); 79 web.ignoring().antMatchers(matchers.toArray(new String[0]));
81 } 80 }
src/main/resources/logback-spring-local.xml renamed to src/main/resources/logback-spring.xml