Introduction In this article, I’m going to show you the best way to configure the Spring Boot Application Properties file. This is not just theoretical advice. I applied all these tips when developing RevoGain, a web application that allows you to calculate the gains you realized while trading stocks, commodities, or crypto using Revolut. Spring Boot Application Properties file When Spring Boot emerged, it came up with a very clever idea of aggregating all configurations in a single application.properties file. You can either use a Java Properties file or a YAML one,... Read More
The post Spring Boot Application Properties appeared first on Vlad Mihalcea.