nested exception is java.lang.NoClassDefFoundError: org/jdom/input/JDOMParseException

报错content: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/jdom/input/JDOMParseException

pom 引入

        <dependency>
            <groupId>org.jdom</groupId>
            <artifactId>jdom</artifactId>
            <version>1.1</version>
        </dependency>

猜你喜欢

转载自blog.csdn.net/hgdzw/article/details/106783687