What are all the Spring Boot configurations & their default values
1 Answer
8 years ago by Divya
All of the Spring Boot's configuration properties can be specified in application.properties or as command line arguments.
Sometimes configuration names change with different versions of Spring Boot, so always refer to their latest documentation on configuration properties which can be found at the following link
https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
8 years ago by Karthik Divi