Spring Boot Profiles Part 1

Spring Boot profiles Spring boot profiles allows us to configure, parameterize or display information depending on the profile in which we decide to start the application. As I understand you can not change profiles dynamically or at runtime. Of the most known cases is configuring the application by environments of execution like for example: Development…

Spring Boot Properties

Spring Boot Properties Como utilizar archivos externos tipo properties para mostrar mensajes o configurar tu aplicacion Spring Boot 2.(Spring Boot Properties) Existen varias maneras de consumir archivos properties en JAVA. Pero hoy aprenderas como hacerlo con Spring Boot 2. De forma predeterminada una aplicacion de Spring Boot 2 creada con el initializr oficial de pivotal (link…

Spring Boot Properties

Spring Boot Properties How to use external files type properties to display messages or set up your Spring Boot 2 Application. (Spring Boot Properties). There are several ways to consume properties files in JAVA. But today you’ll learn how to do it with Spring Boot 2. By default a Spring Boot 2 application created with…