InterviewSolution
Saved Bookmarks
| 1. |
Explain how you can override the default properties of Spring boot projects. |
|
Answer» By specifying properties in the application.properties FILE, it is possible to override the default properties of a spring boot PROJECT.
|
|