Creating Internal Java Libraries, the Spring Boot Way
BOM's, Autoconfigure, oh my!
Spring changed the way alot of programmers thought about dependency
injection. Spring Boot’s aim was to tighten the dependency chain with Spring,
and provide autoconfiguration that allows programmers to start developing applications with minimum fuss.
[Read More]