展开全部
可以。
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
追问
还有一中头,两个有什么区别
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
还有我放你那个报错
追答
报错的那个删掉就行。
DOCTYPE可以不要。文档。
展开全部
java spring配置文件的约束文件dtd可以通过手动下载spring开源包,在spring开源包中可以直接找到约束的dtd文件。
java spring配置文件的约束文件dtd如果是在联网的情况下,那么Myeclipse会自动联网来寻找到,并不需要手动来查找dtd文件;当主机没有联网时,打出"<",如果出现提示关键字,那么当前已经找到dtd文件,不用再手动查找,如果没有出现任何提示,那么可以通过手动来添加dtd文件到项目中。
java spring配置文件的约束文件dtd如果是在联网的情况下,那么Myeclipse会自动联网来寻找到,并不需要手动来查找dtd文件;当主机没有联网时,打出"<",如果出现提示关键字,那么当前已经找到dtd文件,不用再手动查找,如果没有出现任何提示,那么可以通过手动来添加dtd文件到项目中。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
参考jar包中得dtd文件: 然后结合META-INF文件夹下面的schema文件拼写:
/spring-context-5.1.0.RELEASE.jar!/org/springframework/context/config/spring-context.xsd -- 其中有部分,需要添加context就需要把schema中得信息添加上去:
<?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" //##ADD##
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 ##ADD##
">
</beans>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
一般情况下会有一个模板 ,
也可以自己去百度, 基本上都是差不多的
也可以自己去百度, 基本上都是差不多的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询