"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

좋은 웹페이지 즐겨찾기