gpt4 book ai didi

java - 如何仅扫描加载的Spring中的特定文件夹?

转载 作者:行者123 更新时间:2023-11-29 09:29:50 24 4
gpt4 key购买 nike

我想在 Eclipse JUNO 中配置 Spring 加载。我下载了spring-loaded.jar,放在eclipse.exe所在的eclipse目录下。

我打开了 jetty build.xml 文件并将以下内容添加到目标中。

<jvmarg value="-javaagent:D:/eclipse/springloaded-1.2.0.RELEASE.jar"/>

现在, Spring 加载甚至扫描了我不想扫描的预定义库(包含在我的项目中的 jar 文件),因为我没有对它们进行任何更改。所以,我需要给它传递一个参数来只扫描我项目的自定义文件夹。我怎么能那样做?

当我简单地包含上面的行时,出现以下错误。

[artifact:mvn] constituent[0]: file:/D:/maven/lib/aether-api-0.9.0.M2.jar
[artifact:mvn] Exception in thread "main" java.lang.VerifyError: (class: org/eclipse/aether/util/repository/DefaultProxySelector, method: getProxy signature: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/Proxy;) Illegal use of nonvirtual function call

最佳答案

在值的末尾添加“-noverify”选项(有些添加“-Dverify:none”)

关于java - 如何仅扫描加载的Spring中的特定文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24330297/

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