java-tutorials/spring-boot-property-exp
Eugen Paraschiv 2efdeed00f changing parent name 2018-06-08 21:04:03 +03:00
..
property-exp-custom-config
property-exp-default-config changing parent name 2018-06-08 21:04:03 +03:00
README.md
pom.xml Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +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