Up and Running Spring Boot Project in 28 seconds
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…