We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66e29f commit 068f0e2Copy full SHA for 068f0e2
src/main/resources/applicationContext.xml
@@ -57,7 +57,7 @@
57
<aop:aspectj-autoproxy/>
58
59
<aop:config>
60
- <aop:pointcut id="appService" expression="execution(* com.isea533.mybatis.service.*.*Service*(..))"/>
+ <aop:pointcut id="appService" expression="execution(* com.isea533.mybatis.service..*Service*.*(..))"/>
61
<aop:advisor advice-ref="txAdvice" pointcut-ref="appService"/>
62
</aop:config>
63
0 commit comments