gpt4 book ai didi

java - 如何在 spring-boot 项目中的 pom.xml 添加非 spring-boot 依赖

转载 作者:行者123 更新时间:2023-12-01 18:52:06 25 4
gpt4 key购买 nike

我有一个 Spring Boot 项目,我想在其中使用对 ModelMaker 的依赖项:

    <dependency>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper</artifactId>
<version>2.3.6</version>
</dependency>

如果我添加它,我会收到错误消息:

Save could not be completed. Try File > Save As... if the problem persists.

Reason:
Could not write file pom.xml

details:
Could not write file: D:\...\pom.xml.
D:\...\pom.xml (The requested operation cannot be performed on a file with a user-mapped section open)

ModelMapper 不属于标准 Spring Boot 启动器,因此我无法通过 Spring>Edit Starters 将其添加到 pom.xml

如何添加非启动依赖项?

最佳答案

今天我发现了同样的问题。

如果您使用的是 IntelliJ,只需右键单击 pom.xml,然后右键单击 Maven,然后重新导入。

关于java - 如何在 spring-boot 项目中的 pom.xml 添加非 spring-boot 依赖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59717396/

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