0

我已经使用 maven-ant 安装了弹簧:

  <dependency
            groupId="org.springframework"
            artifactId="spring-context"
            version="3.2.4.RELEASE"
        />

我正在尝试卸载弹簧并重新安装。当我运行代码时,它不会安装它。无论如何我可以完全摆脱弹簧并重新安装它吗?

4

1 回答 1

1

好的,我找到了解决方案:

你需要去你的 maven 用户目录和.m2 隐藏文件夹,存储库,你可以删除你不想要的任何东西。

于 2013-09-27T05:22:20.393 回答