Spring Boot auto-configuration in depth, why? and how to?

Ahmed Akourtim
6 min readAug 11, 2019

Spring Boot is much more than an application generator, starters are only one of many benefits of using Spring Boot, it is one of the most important project under Spring framework projects.

It aims the pragmatic and efficiency sides of programming when we respond to the market and clients needs in term of flexible softwares and reliable ones. based on starters and auto-configuration.

What is Spring Boot Auto-configuration anyway ?

--

--