java-tutorials/spring-boot-property-exp
Eric Martin 7c2d7a58c3 Merge pull request #7980 from SmartyAnsh/master
BAEL-1871 - Spring Data Geode
2019-10-24 21:16:35 -05:00
..
property-exp-custom-config Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00
property-exp-default-config Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00
README.md Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00
pom.xml Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00

README.md

Spring Boot Property Expansion

This module contains articles about Spring Boot Property Expansion

Relevant Articles

SubModules

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

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