写spring项目中的xml 文件,写好后运行项目,提示Cannot find the declaration of element 'beans'
报错为找不到关于beans元素的声明,于是在xml头部加上:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">即可
写spring项目中的xml 文件,写好后运行项目,提示Cannot find the declaration of element 'beans'
报错为找不到关于beans元素的声明,于是在xml头部加上:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">即可
转载于:https://www.cnblogs.com/love-dan/archive/2013/05/20/springxml.html