Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed Mar 22, 2016
2 parents c1f34a4 + 529d977 commit 81950af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/spring/applicationContext-transaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ http://www.springframework.org/schema/aop/spring-aop-3.2.xsd">
<bean id="druid-stat-pointcut" class="org.springframework.aop.support.JdkRegexpMethodPointcut" scope="prototype">
<property name="patterns">
<list>
<value>com.youmeek.ssm.manage.service.*</value>
<value>com.youmeek.ssm.module.*.service.*</value>
<!--如果使用的是 hibernate 则这里也要扫描路径,但是 mybatis 不需要-->
<!--<value>com.youmeek.ssm.manage.dao.*</value>-->
<!--<value>com.youmeek.ssm.module.*.dao.*</value>-->
</list>
</property>
</bean>
Expand Down

0 comments on commit 81950af

Please sign in to comment.