"cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":run-as, "http://java.sun.com/ xml/ns/javaee":security-role-ref}' is
프로젝트 는 Spring MVC 를 사 용 했 습 니 다.이전에 사 용 했 던 웹.xml 는 2.4 버 전 을 사 용 했 습 니 다.오늘 은 2.5 버 전 으로 업그레이드 하 였 으 나 업그레이드 후 spring mvc 의 servlet 의 성명 이 잘못 되 었 습 니 다.
apps
org.springframework.web.servlet.DispatcherServlet
5
contextConfigLocation
classpath:resources/applicationContext.xml
신문 의 잘못 은 다음 과 같다.
cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":run-as, "http://java.sun.com/
xml/ns/javaee":security-role-ref}' is expected.
이 문 제 는 어떻게 해결 합 니까?사실은 아주 간단 합 니 다.'5'를 위치 로 바 꾸 면 됩 니 다.아래 를 보십시오.
apps
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath:resources/applicationContext.xml
5
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Browser handling mime-mappingmime-mapping is a node in web.xml, which is used to specify the browser processing method of the corresponding format. T...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.