Skip to content

Commit 068f0e2

Browse files
committed
修改事务切点错误的bug
1 parent d66e29f commit 068f0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/applicationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<aop:aspectj-autoproxy/>
5858

5959
<aop:config>
60-
<aop:pointcut id="appService" expression="execution(* com.isea533.mybatis.service.*.*Service*(..))"/>
60+
<aop:pointcut id="appService" expression="execution(* com.isea533.mybatis.service..*Service*.*(..))"/>
6161
<aop:advisor advice-ref="txAdvice" pointcut-ref="appService"/>
6262
</aop:config>
6363

0 commit comments

Comments
 (0)