Externalize Property File for Traditional War Deployment in Spring Boot
Leave a reply
Sometimes we have to configure property files from outside of classpath so that anyone can access this file without looking into application. Spring boot provides many ways to configure this but most of them are used only if we read the property file from classpath if we are going to read from file system then Continue Reading »