Spring Boot: Common Properties and Default Value
Spring Boot comes with lots of default configuration that’s already defined in its application.propertie internal file. When we use spring-boot-starter-parent that’s add all these spring boot default properties in your application.
If your business required change on these default values then you can override it by writing in your application.properties/application.yaml file. On-time on…
View On WordPress















