#5 What Auto-Configuration Really Means in Spring Boot ?
In plain English:
Configuration = telling the framework what to create, how to create it, and how things are connected.
That’s it.Everything else is just syntax.
Spring Boot is a framework.A framework controls your program.
So Spring constantly ask...
springboot-learning.hashnode.dev1 min read