This is Springboot reference project. Each module inside this repo are independent application, they are focused on a single feature of springboot which can be referred by developers in the real enterprise application.
- java 21+
- maven 3.9.6+
Run following command to build and package
git clone https://github.com/susaurabh-git/springboot-example.git
cd springboot-example
mvn clean install