1.

What Is The Configuration File Name Used By Spring Boot?

Answer»

The configuration file used in spring BOOT projects is application.properties. This file is very important where we would over write all the DEFAULT CONFIGURATIONS. Normally we have to keep this file under the resources folder of the project.

The configuration file used in spring boot projects is application.properties. This file is very important where we would over write all the default configurations. Normally we have to keep this file under the resources folder of the project.



Discussion

No Comment Found