Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nouiWithSpringMVC
Overview
Overview
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
gechengyang
nouiWithSpringMVC
Commits
930c0f16
Commit
930c0f16
authored
Aug 28, 2020
by
cjh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
清理添加日志多余配置
parent
f640cfb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
spring-mvc.xml
src/main/resources/spring-mvc.xml
+0
-9
No files found.
src/main/resources/spring-mvc.xml
View file @
930c0f16
...
...
@@ -46,15 +46,6 @@
<property
name=
"version"
value=
"V1.0.0"
/>
</bean>
<bean
id=
"logAop"
class=
"org.sss.presentation.noui.log.aop.LogAop"
/>
<aop:config>
<aop:aspect
id=
"handler"
ref=
"logAop"
>
<aop:pointcut
id=
"point"
expression=
"execution(* org.sss.presentation.noui.controller..*(..)) && @annotation(org.sss.presentation.noui.log.aop.LogAnnotation)"
/>
<aop:before
method=
"before"
pointcut-ref=
"point"
/>
<aop:after
method=
"after"
pointcut-ref=
"point"
/>
</aop:aspect>
</aop:config>
<!-- 配置自动扫描的包 -->
<context:component-scan
base-package=
"org.sss.presentation.noui.controller"
></context:component-scan>
...
...
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