wuxw
2020-02-23 2604490a7e49acb16a96f2606126747f35b908fe
java110-front/src/main/java/com/java110/front/configuration/ServiceConfiguration.java
@@ -24,7 +24,8 @@
        exclusions.append("/callComponent/download/getFile/file,");//放开 下载图片也不需要登录
        exclusions.append("/callComponent/download/getFile/fileByObjId,");//放开 下载图片也不需要登录
        exclusions.append("/app/payment/notify,");//微信支付通知
        exclusions.append("/app/loginWx");// 登录跳过
        exclusions.append("/app/loginWx,");// 登录跳过
        exclusions.append("/app/loginProperty");// 物业APP登录跳过
        final FilterRegistrationBean registrationBean = new FilterRegistrationBean();
        registrationBean.setFilter(new JwtFilter());
        registrationBean.addUrlPatterns("/");