<!-- 使声明式事务生效 拦截在 注解 serivce 关键字 -->
<context:component-scan base-package="com.safein">
<context:exclude-filter type="annotation" expression="org.springframework.stereotype.Service"/>
</context:component-scan>

在你的配置文件中加上这句话就可以了 ,自己的声明式事物就起作用了。