Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-enterprise-base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-enterprise-base
Commits
05d7d6c5
Commit
05d7d6c5
authored
Sep 22, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拦截器配置修改
parent
71d1b5d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
web-common-spring.xml
...nterprise-common/src/main/resources/web-common-spring.xml
+5
-5
No files found.
gic-enterprise-common/src/main/resources/web-common-spring.xml
View file @
05d7d6c5
...
@@ -18,11 +18,11 @@
...
@@ -18,11 +18,11 @@
<!-- 拦截所有的请求,这个必须写在前面,也就是写在【不拦截】的上面 -->
<!-- 拦截所有的请求,这个必须写在前面,也就是写在【不拦截】的上面 -->
<mvc:mapping
path=
"/**"
/>
<mvc:mapping
path=
"/**"
/>
<!-- 但是排除下面这些,也就是不拦截请求 -->
<!-- 但是排除下面这些,也就是不拦截请求 -->
<mvc:exclude-mapping
path=
"/
gic-auth-web/
login"
/>
<mvc:exclude-mapping
path=
"/login"
/>
<mvc:exclude-mapping
path=
"/
gic-auth-web/
logout"
/>
<mvc:exclude-mapping
path=
"/logout"
/>
<mvc:exclude-mapping
path=
"/
gic-auth-web/
list-enterprise-by-phone"
/>
<mvc:exclude-mapping
path=
"/list-enterprise-by-phone"
/>
<mvc:exclude-mapping
path=
"/
gic-auth-web/
login-user-menu"
/>
<mvc:exclude-mapping
path=
"/login-user-menu"
/>
<mvc:exclude-mapping
path=
"/
gic-auth-web/
login-user-operation-item"
/>
<mvc:exclude-mapping
path=
"/login-user-operation-item"
/>
<bean
class=
"com.gic.commons.interceptor.HeaderSignInterceptor"
></bean>
<bean
class=
"com.gic.commons.interceptor.HeaderSignInterceptor"
></bean>
</mvc:interceptor>
</mvc:interceptor>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment