gpt4 book ai didi

java.lang.ClassNotFoundException : org. springframework.web.context.support.AnnotationConfigApplicationContext

转载 作者:行者123 更新时间:2023-12-02 07:02:48 26 4
gpt4 key购买 nike

org.springframework.spring-webmvc includes spring-context所以我不确定为什么我在可能的应用程序中看不到 org.springframework.web.context.support.AnnotationConfigApplicationContext 。

我错过了什么?

    <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${org.springframework-version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

最佳答案

确保您的 Maven 依赖项包含在部署程序集中。请参阅:servlet packages not importing after converting project to maven project in eclipse

关于java.lang.ClassNotFoundException : org. springframework.web.context.support.AnnotationConfigApplicationContext,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16442614/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com