Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
5 years ago
Commit
85406aa7cc2811c0484accc5112378e7cdba5879
1 parent
a5f4e1b4
add cache aop trace
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
web/src/main/resources/META-INF/spring/spring-web-context.xml
web/src/main/resources/META-INF/spring/spring-web-context.xml
View file @
85406aa
...
...
@@ -128,7 +128,9 @@
<aop:pointcut
id=
"ufoMethodProfilePointcut"
expression=
"
(execution(*
com.yohoufo.*.service..*.*(..)))
or
(execution(*
com.yohoufo.*.controller..*.*(..)))
or
(execution(*
com.yohoufo.common.cache.ControllerCacheAop.*(..)))
or
(execution(*
com.yoho.core.redis.YH*Operations.*(..)))
or
(execution(*
com.yoho.core.redis.cluster.operations.nosync.*.*(..)))"
/>
<aop:advisor
pointcut-ref=
"ufoMethodProfilePointcut"
advice-ref=
"serviceMethodInterceptor"
/>
...
...
Please
register
or
login
to post a comment