Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1183ac16
authored
Jul 11, 2024
by
renrui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.97.176.204:19000/root/framework-tools
2 parents
e5b486f8
60e61c0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
framework-clouds/log/src/main/java/org/arch/log/aspect/AutoLogConfigAspect.java
framework-clouds/log/src/main/java/org/arch/log/aspect/AutoLogConfigAspect.java
View file @
1183ac1
...
...
@@ -77,7 +77,6 @@ public class AutoLogConfigAspect {
ServletRequestAttributes
requestAttributes
=
(
ServletRequestAttributes
)
RequestContextHolder
.
getRequestAttributes
();
assert
requestAttributes
!=
null
;
HttpServletRequest
request
=
requestAttributes
.
getRequest
();
HttpServletResponse
response
=
requestAttributes
.
getResponse
();
MethodSignature
signature
=
(
MethodSignature
)
joinPoint
.
getSignature
();
ApiOperation
operation
=
signature
.
getMethod
().
getAnnotation
(
ApiOperation
.
class
);
Object
[]
args
=
joinPoint
.
getArgs
();
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment