问答详情
源自:4-7 mybatis整合Spring编码

测试时一直报错

一直提示找不到声明

https://img4.mukewang.com/5b73a3a700014f5d15540460.jpg

提问者:喵喵喵喵喵啊 2018-08-15 11:53

个回答

  • sixGod
    2020-12-04 11:28:07

    我也被老师坑了,他用来copy头部的docs.spring是3.2.1.RELEASE,演示的时候说的是4.1.7.RELEASE,这二边的头部是不一样的

  • 面向对象去编程
    2018-09-05 15:57:25

    <beans xmlns="http://www.springframework.org/schema/beans"
           xmlns:context="http://www.springframework.org/schema/context"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://www.springframework.org/schema/beans
           http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
           http://www.springframework.org/schema/context
           http://www.springframework.org/schema/context/spring-context-4.2.xsd">

    这一段覆盖你原本spring-dao.xml的beans,就不会报错了