简体   繁体   English

IntelliJ Idea Ultimate在创建新的Spring项目时下载旧版本的Spring文件

[英]IntelliJ Idea Ultimate downloads old versions of Spring files when Creating new Spring Project

When I create a New Project in IntelliJ Idea under Spring, IntelliJ downloads 4.3.18.当我在 Spring 下的 IntelliJ Idea 中创建一个新项目时,IntelliJ 下载 4.3.18。 How to download the latest Spring files while creating the New Project ?如何在创建新项目时下载最新的 Spring 文件? ( July 26 2019 ) (2019 年 7 月 26 日)

I can create the new Java project, then download the latest Spring dist files online, and then copy the jar files in Project Structure->Libraries.我可以新建Java项目,然后在线下载最新的Spring dist文件,然后在Project Structure->Libraries中复制jar文件。

I expect IntelliJ to download the latest Spring files.我希望 IntelliJ 下载最新的 Spring 文件。 Thanks ありがとう谢谢ありがとう

This option is for the legacy projects, use Spring Initializr instead, either from the IDE or from https://start.spring.io/ .此选项适用于遗留项目,请改用 Spring Initializr,从 IDE 或从https://start.spring.io/ IntelliJ IDEA will import the project from Gradle or Maven. IntelliJ IDEA 将从 Gradle 或 Maven 导入项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM