创建spring-service.xml报错

来源:2-6 逐层完成SSM的各项配置

321121254

2017-10-27

http://img.mukewang.com/szimg/59f242020001462309840659.jpg

写回答

2回答

翔仔

2017-10-27

看着配置应该是对的,可能是eclipse的cache的缘故没有重新加载xsd文件,同学可以依照这个链接解决

http://www.voidcn.com/article/p-dvzcxzte-on.html

如果还不行请继续提问,贴出后面出现的错误,为了保证配置是一致的,下面贴出的是我教程里的配置,同学可以参考一下

<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:tx="http://www.springframework.org/schema/tx"
    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/tx
    http://www.springframework.org/schema/tx/spring-tx.xsd">

PS:同学很有毅力,大晚上坚持学习

0
2
翔仔
厉害了
2017-10-27
共2条回复

321121254

提问者

2017-10-27

错误提示:

Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-4.3.xsd). For more 

 information, right click on the message in the Problems View and select "Show Details..."


0
0

Java双版本(SSM到SpringBoot)校园商铺全栈开发

SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需

5113 学习 · 8144 问题

查看课程