|
@@ -133,6 +133,11 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/safecheck/weekcheck/downloadWeekcheck").anonymous()
|
|
|
.antMatchers("/safecheck/weekcheck/downloadWeekcheckPdf").anonymous()
|
|
|
.antMatchers("/production/quality/export").anonymous()
|
|
|
+ .antMatchers("/production/temperature/info").anonymous()
|
|
|
+ .antMatchers("/production/temperature").anonymous()
|
|
|
+ .antMatchers("/production/pressure/info").anonymous()
|
|
|
+ .antMatchers("/production/pressure").anonymous()
|
|
|
+ .antMatchers("/production/pressure/scan").anonymous()
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
|
.anyRequest().authenticated()
|
|
|
.and()
|