Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
PRMS
Project
Project
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
zhengfunan
PRMS
Commits
de25130c
Commit
de25130c
authored
Jan 15, 2021
by
gaozhentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改拦截器(去除放开的接口)
parent
8739ed07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
.gitignore
.gitignore
+3
-0
WebConfiguration.java
...java/com/yingxin/prms/config/filter/WebConfiguration.java
+1
-6
No files found.
.gitignore
View file @
de25130c
...
...
@@ -9,3 +9,5 @@ gen
target
/out/
/target/
*.iml
*.log
\ No newline at end of file
src/main/java/com/yingxin/prms/config/filter/WebConfiguration.java
View file @
de25130c
...
...
@@ -51,12 +51,7 @@ public class WebConfiguration implements WebMvcConfigurer {
.
excludePathPatterns
(
"/img/**"
)
.
excludePathPatterns
(
"/js/**"
)
.
excludePathPatterns
(
"/index.html"
)
.
excludePathPatterns
(
"/rest/rel/login"
)
.
excludePathPatterns
(
"/rest/rel/selectTopology"
)
.
excludePathPatterns
(
"/rest/rel/saveTopology"
);
.
excludePathPatterns
(
"/rest/rel/login"
);
WebMvcConfigurer
.
super
.
addInterceptors
(
registry
);
}
}
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