一直想写,又不会写~~

写博客要插图吧,那来一张!

Spring的核心:

    IOC:滴滴滴滴滴

    AOP:滴滴滴滴滴

那个直接放代码是怎么放来着。。。

<aop:config>
		<aop:pointcut expression="execution(* love.doublele.dayThree.transationManage.*Service.tranfer(..))" id="pc"/>
		<!-- 配置切面 -->
		<aop:advisor advice-ref="ad"/>
	</aop:config>

哇  莫名其妙就放进来了,怎么没对齐,再试试。

<aop:config>
	<aop:pointcut expression="execution(* love.doublele.dayThree.transationManage.*Service.tranfer(..))" id="pc"/>
		<!-- 配置切面 -->
	<aop:advisor advice-ref="ad"/>
</aop:config>

这下可以了。。。。哇   以后可以写博客了~期待我自己下次的作品~


猜你喜欢

转载自blog.csdn.net/ylldl/article/details/80911404