作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 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/
我是一名优秀的程序员,十分优秀!