Create a Spring Cloud project using Cloud Toolkit

更新时间:
复制 MD 格式

Use Cloud Toolkit to quickly create Spring Cloud projects without needing a third-party client. This tool simplifies the process and integrates with your development workflow.

Prerequisites

Procedure

  1. In the IntelliJ IDEA menu bar, choose File > New > Project.
  2. On the New Project page, click Alibaba Java Initializr in the left navigation pane.
  3. On the Alibaba Java Initializr page, select a Project SDK and click Next.
  4. On the New Project page, configure the parameters and click Next.

    The configuration parameters are described below.

    Name Description
    Group The Maven coordinate of the project.
    Artifact The Maven coordinate of the project.
    Type The build method. Supported methods are Maven Project and Gradle Project.
    Language The development language. Supported languages are Java, Kotlin, and Groovy.
    Packaging The packaging method. Supported methods are Jar and War.
    Java Version The Java version.
    Spring Boot Version The Spring Boot version.
    Name The project name.
    Description Project description
    Package The project package name.
  5. On the New Project page, select a component category and the components you need, and then click Next.
  6. Enter a name and location for the project, and then click Finish.

Verify the result

The project is created in the specified location.