|
@@ -100,7 +100,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/apply/register","/apply/detail","/apply/approve")
|
|
|
.antMatchers("/payFee/payFee")
|
|
|
.antMatchers("/waterMeter/getMeterByDeviceNo")
|
|
|
- .antMatchers("/device/synArchies");
|
|
|
+ .antMatchers("/device/synArchies")
|
|
|
+ .antMatchers("/druid/**");
|
|
|
}
|
|
|
|
|
|
|