Create a new folder - dev on your laptop
cd dev
git clone https://github.com/MY-coding-HOBBY/SpringBootWeb.git
cd SpringBootWeb
Use Eclipse IDE: File --> Import --> Existing Maven Projects --> Navigate to your Project folder "SpringBootWeb"
Right click pom.xml file and install
Run:
Navigate to com.example.demo.DemoApplication.java -> Right Click -> Run As -> Run Configurations -> "VM Arguments" tab Copy the below
-Dspring.profiles.active=local
Apply and Run
Using browser navigate to http://localhost:5001/myFirstGet
Download java from https://jdk.java.net/21/ After download double click use the default options and complete installation.
https://eclipse.org/downloads/packages/installer
Download Git from here https://git-scm.com/download/win After download double click use the default options and complete installation.
Download and install Maven from here https://maven.apache.org/download.cgi Follow the steps here https://maven.apache.org/install.html
Download and install Postman from here https://maven.apache.org/download.cgi Follow the steps here https://maven.apache.org/install.html