Skip to content

MY-coding-HOBBY/SpringBootWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Web Project

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

Prerequisites

Install Java

Download java from https://jdk.java.net/21/ After download double click use the default options and complete installation.

Install Eclipse

https://eclipse.org/downloads/packages/installer

Install Git

Download Git from here https://git-scm.com/download/win After download double click use the default options and complete installation.

Install Maven

Download and install Maven from here https://maven.apache.org/download.cgi Follow the steps here https://maven.apache.org/install.html

Install Postman

Download and install Postman from here https://maven.apache.org/download.cgi Follow the steps here https://maven.apache.org/install.html

About

SprintBootWeb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published