Integrate Spring with IntelliJ(将 Spring 与 IntelliJ 集成)
问题描述
我已经下载并安装了 Spring 工具包.现在,当我尝试在 IntelliJ 中创建一个新项目时,它不会在库中显示 Spring ..我怎样才能在那里获得春天?
I have downloaded the Spring toolsuite, and installed. Now when I try to create a new project in IntelliJ it doesn't show Spring in Libraries.. How can I get Spring in there?
提前致谢!
推荐答案
SpringSource Tool Suite 什么都没有与 IntelliJ Idea 相关,实际上它是一个不同的 IDE(它是一个专门的 Eclipse 发行版).
The SpringSource Tool Suite has nothing to do with IntelliJ Idea, in fact it is a different IDE (it's a specialized Eclipse distribution).
因此,尽管下载 Spring 框架 确实有意义(虽然最好通过像Maven这样的构建工具访问它),但使用起来没有意义Springsource Tool Suite 和 IntelliJ Idea.它是一个或另一个(并且都很好地支持 Spring).
So while it does make sense to download the Spring framework (although it's better to access it through a build tool like Maven), it does not make sense to use both Springsource Tool Suite and IntelliJ Idea. It's one or the other (and both support Spring perfectly well).
这篇关于将 Spring 与 IntelliJ 集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将 Spring 与 IntelliJ 集成


基础教程推荐
- 验证是否调用了所有 getter 方法 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 从 python 访问 JVM 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 多个组件的复杂布局 2022-01-01