java-tutorials/spring-boot-property-exp
juan 511c32f3b0 Update yasson version 2017-11-17 21:24:47 -03:00
..
property-exp-custom-config Update yasson version 2017-11-17 21:24:47 -03:00
property-exp-default-config Update yasson version 2017-11-17 21:24:47 -03:00
README.md Update yasson version 2017-11-17 21:24:47 -03:00
pom.xml Update yasson version 2017-11-17 21:24:47 -03:00

README.md

The Module Holds Sources for the Following Articles

Module property-exp-default-config

This module contains both a standard Maven Spring Boot build and the Gradle build which is Maven compatible.

In order to execute the Maven example, run the following command:

mvn spring-boot:run

To execute the Gradle example:

gradle bootRun

Module property-exp-custom-config

This project is not using the standard Spring Boot parent and is configured manually. Run the following command:

mvn exec:java