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
- Download and install JDK 1.8 or later.
- Cloud Toolkit is installed and configured. For more information, see Install and configure Cloud Toolkit in IntelliJ IDEA.
Procedure
- In the IntelliJ IDEA menu bar, choose .
- On the New Project page, click Alibaba Java Initializr in the left navigation pane.
- On the Alibaba Java Initializr page, select a Project SDK and click Next.
- 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. - On the New Project page, select a component category and the components you need, and then click Next.
- Enter a name and location for the project, and then click Finish.
Verify the result
The project is created in the specified location.
该文章对您有帮助吗?