Commit 930c0f16 by cjh

清理添加日志多余配置

parent f640cfb9
......@@ -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..*(..)) &amp;&amp; @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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment