InterviewSolution
Saved Bookmarks
| 1. |
What Is Name Of The Configuration File Which You Use In Spring Boot? |
|
Answer» CONFIGURATION file used in SPRING BOOT projects is application.properties. It is very important file as it is used to override all default configurations. Configuration file used in Spring boot projects is application.properties. It is very important file as it is used to override all default configurations. |
|