lin преди 5 години
родител
ревизия
ee430c2fbe
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      smart-city-platform/src/main/java/com/bz/smart_city/commom/security/WebSecurityConfig.java

+ 2 - 1
smart-city-platform/src/main/java/com/bz/smart_city/commom/security/WebSecurityConfig.java

@@ -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/**");
     }