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
6e5d8a78
Commit
6e5d8a78
authored
Jan 15, 2021
by
tianxinyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
bdfac9cc
de25130c
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 @
6e5d8a78
...
@@ -9,3 +9,5 @@ gen
...
@@ -9,3 +9,5 @@ gen
target
target
/out/
/out/
/target/
/target/
*.iml
*.log
\ No newline at end of file
src/main/java/com/yingxin/prms/config/filter/WebConfiguration.java
View file @
6e5d8a78
...
@@ -51,12 +51,7 @@ public class WebConfiguration implements WebMvcConfigurer {
...
@@ -51,12 +51,7 @@ public class WebConfiguration implements WebMvcConfigurer {
.
excludePathPatterns
(
"/img/**"
)
.
excludePathPatterns
(
"/img/**"
)
.
excludePathPatterns
(
"/js/**"
)
.
excludePathPatterns
(
"/js/**"
)
.
excludePathPatterns
(
"/index.html"
)
.
excludePathPatterns
(
"/index.html"
)
.
excludePathPatterns
(
"/rest/rel/login"
)
.
excludePathPatterns
(
"/rest/rel/login"
);
.
excludePathPatterns
(
"/rest/rel/selectTopology"
)
.
excludePathPatterns
(
"/rest/rel/saveTopology"
);
WebMvcConfigurer
.
super
.
addInterceptors
(
registry
);
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