“cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib'”错误的解决办法

今天写spring配置文件的时候出现cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib的错误,查资料后发现的命令空间引入的问题

解决方法很简单

把http://www.springmodules.org/schema/cache/springmodules-cache.xsd复制到头文件中的xmlns:xsi里就行了

如下
 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance http://www.springmodules.org/schema/cache/springmodules-cache.xsd"

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章