Hi!
Today, I will share with you how to create Spring Boot project easily and quickly.
Prerequisites:
- Jdk 8+
- Maven or maven wrapper
Note: if you don’t install maven, run:
- Mac: brew install maven
- Linux: sudo apt install maven
Step 1: Go to the https://github.com/habogay/skeleton to fork my project before clone it. This step help you to manage your coding easier.

Step 2: Go to git@github.com:habogay/skeleton.git to clone the project.

Step 3: Go to the folder that contain the skeleton project.

Step 4: run project
mvn clean package spring-boot:run

Step 5: Go to the browse and test. (The port that I config: 8080. You can change your port).

http://localhost:8080/
Result:

It’s done to create Spring Boot project. It’s very simple and fast.
P/S: You can refer the other way: https://github.com/in28minutes/SpringBootForBeginners. This way get you 28 minutes to complete:D
See you!
1 comments:
commentshà bà già
Reply