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 集成


基础教程推荐
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 降序排序:Java Map 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01