As we all know we can define properties in the application.yml file of SpringBoot and read these properties by using @value("${propertyName}") in code. To do this