首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

委以的测试项目中引入spring配置文件

2012-10-15 
依赖的测试项目中引入spring配置文件?xml version1.0 encodingUTF-8?beans xmlnshttp://www.sp

依赖的测试项目中引入spring配置文件
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop "
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd ">

<import resource="classpath*:spring/applicationContext.xml"/>
<import resource="classpath*:spring/serviceContext.xml"/>

</beans>

使用 "classpath*:  如果没有* 不知道为何加载不进来.

另外测试方面的问题,dao层不能注入进来.
因为事务拦截在manager层,所有直接使用dao测试不行.

热点排行
Bad Request.