wuxw
2020-01-11 fa3af86b3003638eb9d405d3131465e80da73914
java110-front/src/main/java/com/java110/front/configuration/ServiceConfiguration.java
@@ -23,6 +23,7 @@
        exclusions.append("/callComponent/advertVedioView/*,");//放开 广告页面是不需要登录的
        exclusions.append("/callComponent/download/getFile/file,");//放开 下载图片也不需要登录
        exclusions.append("/callComponent/download/getFile/fileByObjId,");//放开 下载图片也不需要登录
        exclusions.append("/app/payment/notify,");//微信支付通知
        exclusions.append("/app/loginWx");// 登录跳过
        final FilterRegistrationBean registrationBean = new FilterRegistrationBean();
        registrationBean.setFilter(new JwtFilter());