gpt4 book ai didi

java - 无法在我的 Spring 引导项目中使用 Maven 依赖项

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

我已将我的 Artifact 发布到 Maven。可以在这里访问 -> https://oss.sonatype.org/#nexus-search;classname~AccessGateLabs

然后,我添加了依赖,

<dependency>
<groupId>com.accessgatelabs.oss</groupId>
<artifactId>response-builder</artifactId>
<version>1.0.2</version>
</dependency>

添加了依赖项,我可以在 Maven 依赖项文件夹中看到 jar(附截图) Screenshot of Dependency got added

在此之后,我无法从该依赖项中导入类。

enter image description here

谢谢!

最佳答案

问题是您部署了一个包含 Sping 类的 uber-jar,而不是您自己的类库。您在浏览 jar 时在存档浏览器中看到根目录是“org/springframework/boot”

解决方法是不使用Spring插件进行打包,而是使用默认的maven jar打包插件。

关于java - 无法在我的 Spring 引导项目中使用 Maven 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62170630/

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