java-tutorials/spring-boot-property-exp
amit2103 0466d4613d Added parent module on poms that have no parent defined (#3997)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module
2018-04-14 10:00:05 +02:00
..
property-exp-custom-config pom cleanup 2018-02-28 20:40:10 +02:00
property-exp-default-config Added parent module on poms that have no parent defined (#3997) 2018-04-14 10:00:05 +02:00
README.md Update README.md (#2581) 2017-09-07 22:08:37 +02:00
pom.xml pom cleanup 2018-02-28 20:40:10 +02: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