在 IDEA 中创建 Spring Boot 项目的方式

ElloeStudy / 2023-08-25 / 原文

  • 点击左边的 Spring Initializr(https://start.spring.io),默认选择你的 JDK 和构建 Spring Boot 项目的 URL,接着点击右下角的 Next
  • 尝试阿里云提供的脚手架 https://start.aliyun.com,选择 Custom,将阿里云的 URL 复制过去。

两个地址

  • 官方: https://start.spring.io

  • 阿里的: https://start.aliyun.com

  • 参考:springboot默认构建地址