Commit 27922d87e793eac7df7e443b9965ebeed0bb5c76
1 parent
95220414fa
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 18 additions and 18 deletions
platform-msg-generate/src/main/resources/spring/applicationContext_biz_patient.xml
View file @
27922d8
| ... | ... | @@ -26,25 +26,25 @@ |
| 26 | 26 | </property> |
| 27 | 27 | </bean> |
| 28 | 28 | <!--自动代理dao层 --> |
| 29 | - <bean | |
| 30 | - class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="autoProxyCreator"> | |
| 31 | - <property name="beanNames" value="*Dao" /> | |
| 32 | - <property name="interceptorNames"> | |
| 33 | - <list> | |
| 34 | - <value>dalInterceptor</value> | |
| 35 | - </list> | |
| 36 | - </property> | |
| 37 | - </bean> | |
| 29 | + <!--<bean--> | |
| 30 | + <!--class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="autoProxyCreator">--> | |
| 31 | + <!--<property name="beanNames" value="*Dao" />--> | |
| 32 | + <!--<property name="interceptorNames">--> | |
| 33 | + <!--<list>--> | |
| 34 | + <!--<value>dalInterceptor</value>--> | |
| 35 | + <!--</list>--> | |
| 36 | + <!--</property>--> | |
| 37 | + <!--</bean>--> | |
| 38 | 38 | |
| 39 | - <bean | |
| 40 | - class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="nameAutoProxyCreator"> | |
| 41 | - <property name="beanNames" value="*Mapper" /> | |
| 42 | - <property name="interceptorNames"> | |
| 43 | - <list> | |
| 44 | - <value>mysqlDalInterceptor</value> | |
| 45 | - </list> | |
| 46 | - </property> | |
| 47 | - </bean> | |
| 39 | + <!--<bean--> | |
| 40 | + <!--class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" id="nameAutoProxyCreator">--> | |
| 41 | + <!--<property name="beanNames" value="*Mapper" />--> | |
| 42 | + <!--<property name="interceptorNames">--> | |
| 43 | + <!--<list>--> | |
| 44 | + <!--<value>mysqlDalInterceptor</value>--> | |
| 45 | + <!--</list>--> | |
| 46 | + <!--</property>--> | |
| 47 | + <!--</bean>--> | |
| 48 | 48 | |
| 49 | 49 | <!-- dal层方法性能统计--> |
| 50 | 50 | <!--<bean id="mysqlDalInterceptor"--> |