java-tutorials/spring-boot-property-exp
Nick 6cd385e4c0 New unit test format 2019-08-30 21:11:18 +01:00
..
property-exp-custom-config New unit test format 2019-08-30 21:11:18 +01:00
property-exp-default-config New unit test format 2019-08-30 21:11:18 +01:00
README.md New unit test format 2019-08-30 21:11:18 +01:00
pom.xml New unit test format 2019-08-30 21:11:18 +01: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