Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
oms
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
曲欣亮
oms
Commits
a48b99e0
Commit
a48b99e0
authored
Mar 09, 2020
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
36ab5c1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
101 additions
and
97 deletions
+101
-97
OmsApplication.java
src/main/java/com/egolm/oms/OmsApplication.java
+43
-41
LogInterceptor.java
...java/com/egolm/oms/config/interceptor/LogInterceptor.java
+58
-56
No files found.
src/main/java/com/egolm/oms/OmsApplication.java
View file @
a48b99e0
...
...
@@ -4,10 +4,12 @@ import org.springframework.boot.SpringApplication;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.cache.annotation.EnableCaching
;
import
org.springframework.context.ApplicationContext
;
import
org.springframework.scheduling.annotation.EnableAsync
;
import
org.springframework.transaction.annotation.EnableTransactionManagement
;
import
springfox.documentation.swagger2.annotations.EnableSwagger2
;
@EnableAsync
@EnableCaching
@EnableSwagger2
@SpringBootApplication
...
...
src/main/java/com/egolm/oms/config/interceptor/LogInterceptor.java
View file @
a48b99e0
...
...
@@ -10,6 +10,7 @@ import javax.servlet.http.HttpServletResponse;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Qualifier
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.scheduling.annotation.Async
;
import
org.springframework.stereotype.Component
;
import
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
;
...
...
@@ -33,6 +34,7 @@ public class LogInterceptor extends HandlerInterceptorAdapter {
@Qualifier
(
"log"
)
private
JdbcTemplate
jdbcTemplate
;
@Async
private
void
exec
(
HttpServletRequest
req
)
{
if
(
isOpen
)
{
try
{
...
...
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