Merge branch 'master_admin' into dev
This commit is contained in:
commit
e41975c718
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue