gpt4 book ai didi

java - 在 Intellij Ultimate 中为简单的 Spring 应用程序设置 applicationContext.xml

转载 作者:行者123 更新时间:2023-12-02 02:04:30 25 4
gpt4 key购买 nike

我是 Spring 的新手,我正在尝试设置一个简单的 Spring 应用程序,我正在通过在线教程进行操作。然而导师正在使用 Eclipse,而 IntelliJ 正在提示

Cannot find the declaration of element 'beans'. 

....来自 applicationContext.xml

我唯一的 Spring POM 依赖项:

    <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.1.9.RELEASE</version>
</dependency>

我的applicationContext.xml

enter image description here

我必须从项目结构中的“Facets”上下文菜单中进行设置吗?如果是这样,怎么办?

我拥有捆绑在典型 Ultimate 安装中的所有标准 Spring 插件:

enter image description here

我的项目结构:

enter image description here

最佳答案

除了 Spring Core 之外,您还必须对 Spring Bean 使用以下依赖项。

<!-- https://mvnrepository.com/artifact/org.springframework/spring-beans -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.1.9.RELEASE</version>
</dependency>

关于java - 在 Intellij Ultimate 中为简单的 Spring 应用程序设置 applicationContext.xml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57363035/

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