The Spring Boot Starter Parent 1. Introduction In this tutorial, we’ll learn about spring-boot-starter-parent and how we can benefit from it for better dependency management, default configurations for plugins and quickly build our Spring Boot applications. We’ll also see how we can override the versions of existing dependencies and properties provided… Continue Reading spring-boot-starter-parent

Apache Maven Tutorial 1. Introduction Building a software project typically consists of such tasks as downloading dependencies, putting additional jars on a classpath, compiling source code into binary code, running tests, packaging compiled code into deployable artifacts such as JAR, WAR, and ZIP files, and deploying these artifacts to an… Continue Reading maven