注解测试报错的问题

来源:4-1 Spring Bean装配之Bean的定义及作用域的注解实现

Serena_Cecilia

2018-10-11 11:34

请大家帮忙看看:

https://img1.mukewang.com/5bbec49800011b8f05320047.jpg

网上说我这是因为xml命名空间没有写全,但是我是写全了的,为什么还是会出现这个问题?


谢谢大家啦!!


写回答 关注

2回答

  • 慕少0252165
    2018-10-11 15:58:47

    <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.xsd  

            http://www.springframework.org/schema/context

            http://www.springframework.org/schema/context/spring-context.xsd

            http://www.springframework.org/schema/aop 

            http://www.springframework.org/schema/aop/spring-aop.xsd">


  • 驱魔鮔
    2018-10-11 15:57:37
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context-4.1.xsd

    要有这两条语句吧


    Serena...

    beans里面关于context的命名空间和schema都写完整了,但是还是报错,后面就把包括aop,core之类的全部写完,就行了,但是不信邪又把那些不用的删了,只留了bean和context的命名空间和schema,又成功了。。。??谢谢你们!

    2018-10-11 16:18:34

    共 1 条回复 >

Spring入门篇

为您带来IOC和AOP的基本概念及用法,为后续高级课程学习打下基础

268785 学习 · 963 问题

查看课程

相似问题