Commit 95220414fa69d5e9878454eaf08c8720255cf36a
1 parent
6fe42a2e0a
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 8 additions and 8 deletions
platform-msg-generate/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
9522041
... | ... | @@ -47,15 +47,15 @@ |
47 | 47 | </bean> |
48 | 48 | |
49 | 49 | <!-- dal层方法性能统计--> |
50 | - <bean id="mysqlDalInterceptor" | |
51 | - class="com.lyms.platform.common.perf.DalMethodInterceptor"> | |
52 | - <property name="threshold" value="30" /> | |
53 | - </bean> | |
50 | + <!--<bean id="mysqlDalInterceptor"--> | |
51 | + <!--class="com.lyms.platform.common.perf.DalMethodInterceptor">--> | |
52 | + <!--<property name="threshold" value="30" />--> | |
53 | + <!--</bean>--> | |
54 | 54 | <!-- dal层方法性能统计--> |
55 | - <bean id="dalInterceptor" | |
56 | - class="com.lyms.platform.common.perf.DalMethodInterceptor"> | |
57 | - <property name="threshold" value="10" /> | |
58 | - </bean> | |
55 | + <!--<bean id="dalInterceptor"--> | |
56 | + <!--class="com.lyms.platform.common.perf.DalMethodInterceptor">--> | |
57 | + <!--<property name="threshold" value="10" />--> | |
58 | + <!--</bean> --> | |
59 | 59 | |
60 | 60 | <import resource="spring-mongodb.xml" /> |
61 | 61 | </beans> |