Have you heard about the @SpringBootApplication annotation?
It’s a shorthand for several other annotations that allow for quick and easy configuration of a Spring Boot project.
But what exactly happens behind the scenes when you use this annotation?
First, the @SpringBootApplication annotation enables the @Co...
mtl98.hashnode.dev1 min read