07 整合spring3和mybatis進行web開發之global_common_xml
<?xml version="1.0" encoding="UTF-8"?> <mvc:annotation-driven /> <bean id="dsKeyRoute" class="com.tianhe.frm.mvc.dao.DsKeyRouteImpl"/> </beans>
posted on 2012-07-07 15:13 做強大的自己 閱讀(242) 評論(0) 編輯 收藏 所屬分類: Spring
<beans xmlns=" xmlns:xsi=" xmlns:aop="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
http://www.springframework.org/schema/task
<context:component-scan base-package="com.tianhe" />