This is an old post from my previous blog
My old GitHub account was a complete mess. Code snippets, configuration files, dead projects and crappy stuff that made sense only to me, I didn’t want to get rid of the whole thing but when I started this site I opted for creating a new account. The newly created account will host this site source and my recent projects.
Moving a Springboot’s project pom.xml to own parent I’m working on a multi-module project that started out as a bunch of independent projects with little or no interdependencies. Each module inherited from spring-boot-starter-parent but as soon as the project started to grew in complexity, more proper dependency management became a necessity.
I moved moved all the common and Spring related dependencies to my parent pom.xml and opted for using Springboot without the starter parent POM.