JUnit 做测试的 时候 报了个错误

图片说明

图片说明

读取配置文件有误,也就是配置文件之间的依赖关系部明确

能够出问题的地方 也只有spring和mybatis的配置文件

图片说明

已解决 , 虽然 写<!-- 引入配置文件 -->

bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"
property name="location" value="classpath:jdbc.properties"

bean 但是 并没有 引用, 像图片上直接写死就ok了。