-
To create the deployable JAR file:
mvn clean install
at the root directory -
To run the jar file with
DEV
profile (for example):java -jar <APP_NAME>-<VERSION>.jar --spring.profiles.active=DEV
- Spring Initializr - https://start.spring.io/
-
Spring Boot [10 hours] Tutorial - Daily Code Buffer (Youtube) - https://www.youtube.com/watch?v=zvR-Oif_nxg
-
Unit Testing [1 hour 15 min] - AmigosCode (Youtube) - https://www.youtube.com/watch?v=Geq60OVyBPg
-
Spring Official Guides - https://spring.io/guides
- DailyCodeBuffer
- AmigosCode
- JavaBrains
- Telusko
- JUnit Documentation - https://junit.org/junit5/docs/current/user-guide/
- Mockito Documentation: