cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration。

1055 단어 ssm
문제: cvc - complex - type. 2.4. c: The matching wildcard is strict, but no declaration.
일치 하 는 일치 부 호 는 엄격 하지만 설명 이 없습니다.
원인: 가 져 온 것 으로 추 정 됩 니 다. xml 는 IDE 버 전과 다 릅 니 다.
해결 방법: 나의: 대응 하 는 xml 파일 의 xsi: schema Location 를 바 꿉 니 다.
xsi:schemaLocation="http://www.springframework.org/schema/beans 
			            http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
			            http://www.springframework.org/schema/context
			            http://www.springframework.org/schema/context/spring-context-4.1.xsd
			            http://www.springframework.org/schema/mvc
			            http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd
			            http://www.springframework.org/schema/tx
			            http://www.springframework.org/schema/tx/spring-tx-4.1.xsd
			            http://mybatis.org/schema/mybatis-spring 
			            http://mybatis.org/schema/mybatis-spring.xsd "

네티즌: 네 임 스페이스 재 도입.(사실 두 가지 방법 은 본질 이 같다)
링크:https://blog.csdn.net/ddshang/article/details/72772640。

좋은 웹페이지 즐겨찾기