參考?blog.csdn.net/niu_hao/article/details/25250213
導(dǎo)入demo文件后,總是報(bào)cvc-complex-type.2.4.a: Invalid content was found starting with element 錯(cuò)誤,還出現(xiàn)小紅叉,在網(wǎng)上找了很多,有說(shuō)是把報(bào)紅叉的代碼寫(xiě)在之間,試了之后發(fā)現(xiàn)完全沒(méi)用。
后來(lái)在外文網(wǎng)站上找到了一個(gè)方法就把問(wèn)題解決了
解決辦法為:將“http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd”這段話加入到xml文件的"xmlns:xsi="的標(biāo)簽中
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance??http://www.springmodules.org/schema/cache/springmodules-cache.xsd?http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd"xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd
">
這樣就不報(bào)錯(cuò)了