Maven
Maven Intro
What is Maven Maven is a build automation tool. Think of it as a Makefile but instead of you wri...
Parent and Child pom.xml
https://howtodoinjava.com/maven/maven-parent-child-pom-example/
package, install, release, deploy phases
mvn package will construct your artifactory, i.e. a jar file and then place it in the current w...
Lifecycle, Phases, goals, and Plugins?!
Maven Lifecycle Maven is a build automation tool at heart. It has three built-in lifecycle that ...
Compile time and runtime dependency
Problem There was bunch of dependency that older version of spring-boot includes as compile time...
Jacoco Plugin
What is Code Coverage Code coverage is a quality measurement during development process to see h...
Lombok
Project Lombok Lombok is a Java library that can help you generate lots of the boiler plate code...
Maven Tests
Maven Test When you execute mvn test it will compile and test the source code that's underneath ...