Create a simple Spring Boot project using Spring Initializr
A simple Spring Boot project you can create using Spring Initializr:
Project Details
Project Type: Maven Project
Language: Java
Spring Boot Version: 2.7.0 (or the latest stable version)
Group:
com.example
Artifact:
demo
Name:
demo
Description:
A simple demo project
Package Name:
com.example.demo
Packaging: Jar
Java Version: 11 (or your preferred version)
Dependencies
Spring Web: To create RESTful web services.
Spring Boot DevTools: For automatic restarts and live reload (optional).
Steps to Create
Go to Spring Initializr.
Fill in the above details.
Select the Spring Web dependency.
Click Generate to download the ZIP file.
Subscribe to my newsletter
Read articles from Mohamad Mahmood directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Mohamad Mahmood
Mohamad Mahmood
Mohamad's interest is in Programming (Mobile, Web, Database and Machine Learning). He studies at the Center For Artificial Intelligence Technology (CAIT), Universiti Kebangsaan Malaysia (UKM).