News

Benefits of Spring Boot properties files While configuring properties files might not be as exciting as extending a Java class or coding a Java component, doing so is equally important. Fortunately, ...
Properties files are used to store and maintain the localized strings at the heart of most internationalized Java applications. It’s too bad maintaining several properties files can be such a ...
Are you still stuck in the dark ages, configuring your Spring Boot apps with application.properties files? You really should start using an appliation.yml file. Here's just a few of the benefits ...