How to read properties file outside jar in Spring Boot
Spring boot can to read properties files from outside jars that contains application configurations in key-value pairs. The externalised properties files are not part of the application jar can be…
