Create a simple Spring Boot project using Spring Initializr
Mohamad's interest is in Programming (Mobile, Web, Database and Machine Learning). He is studying at the Center For Artificial Intelligence Technology (CAIT), Universiti Kebangsaan Malaysia (UKM).

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.exampleArtifact:
demoName:
demoDescription:
A simple demo projectPackage Name:
com.example.demoPackaging: 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.