java-tutorials/spring-boot-property-exp
Dhawal Kapil 4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
..
property-exp-custom-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
property-exp-default-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
README.md Update README.md (#2581) 2017-09-07 22:08:37 +02:00
pom.xml BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +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