Example & Tutorial understanding programming in easy ways.

What are the use of @EnableAutoConfiguration annotation?

@EnableAutoConfiguration :- This annotation tells Spring Boot to “guess” how you will want to configure Spring, based on the jar dependencies that you have added .

Read More →