码迷,mamicode.com
首页 > 编程语言 > 详细

编写spring配置文件时,不能出现帮助信息

时间:2015-11-08 22:12:28      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:

在写配置文件的时候如果没有提示:

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

不能提示说明找不到相应的约束文件(xsd文件)

技术分享

技术分享

 

编写spring配置文件时,不能出现帮助信息

标签:

原文地址:http://www.cnblogs.com/winner-0715/p/4948111.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!