Merge branch 'master_admin' into dev

This commit is contained in:
jiangzhongxiang 2019-06-17 09:56:18 +08:00
commit e41975c718
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@
<mvc:exclude-mapping path="/swagger*/**" />
<mvc:exclude-mapping path="/v2/**" />
<mvc:exclude-mapping path="/webjars/**" />
<!-- 静态文件 -->
<mvc:exclude-mapping path="/manifest.json" />
<mvc:exclude-mapping path="/static/**" />
<!-- 拦截器 -->
<bean class="com.educoder.bridge.user.interceptor.AuthorizationInterceptor"></bean>
</mvc:interceptor>
</mvc:interceptors>