InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of @SpringBootApplication? |
|
Answer» Many Spring BOOT DEVELOPERS LIKE their apps to use auto-configuration, scan components and define the additional configuration in their "app CLASS." A single @SpringBootApplication annotation can be used to enable these three functions, i.e.
|
|