无法将该文件验证为XML定义

时间:2018-12-19 13:53:28

标签: spring-mvc

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 4.0.3.RELEASE//EN"
    "http://www.springframework.org/dtd/spring-beans-4.0.3.RELEASE.dtd"> 

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

在哪里可以找到这些spring-bean-4.0.3.Release.dtd文件? 出现警告“无法将文件验证为XML定义” http://www.springframework.org/dtd/spring-beans-4.0.3.RELEASE.dtd”,该警告指定为无法描述文件的语法。”

0 个答案:

没有答案