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


- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01