Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pingshan-ranqi
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
yaqizhang
pingshan-ranqi
Commits
579f8849
Commit
579f8849
authored
Nov 15, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
泽宏云数据接口单独放置controller
parent
e5917dbb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
460 additions
and
411 deletions
+460
-411
TDetectorInfoController.java
...hong/web/controller/detector/TDetectorInfoController.java
+0
-408
TDetectorReportController.java
...ng/web/controller/detector/TDetectorReportController.java
+458
-0
SecurityConfig.java
...main/java/com/zehong/framework/config/SecurityConfig.java
+2
-3
No files found.
gassafety-admin/src/main/java/com/zehong/web/controller/detector/TDetectorInfoController.java
View file @
579f8849
This diff is collapsed.
Click to expand it.
gassafety-admin/src/main/java/com/zehong/web/controller/detector/TDetectorReportController.java
0 → 100644
View file @
579f8849
This diff is collapsed.
Click to expand it.
gassafety-framework/src/main/java/com/zehong/framework/config/SecurityConfig.java
View file @
579f8849
...
...
@@ -97,14 +97,13 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
// 过滤请求
.
authorizeRequests
()
// 对于登录login 验证码captchaImage 允许匿名访问
.
antMatchers
(
"/login"
,
"/captchaImage"
,
"/websocket/**"
,
"/websocketServer"
).
anonymous
()
.
antMatchers
(
"/login"
,
"/captchaImage"
,
"/websocket/**"
,
"/websocketServer"
,
"/detector/detectorReport/**"
).
anonymous
()
.
antMatchers
(
HttpMethod
.
GET
,
"/*.html"
,
"/**/*.html"
,
"/**/*.css"
,
"/**/*.js"
,
"/detector/detectorInfo/**"
"/**/*.js"
).
permitAll
()
.
antMatchers
(
"/profile/**"
).
anonymous
()
.
antMatchers
(
"/common/download**"
).
anonymous
()
...
...
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