java-tutorials/spring-boot-property-exp
amit.pandey b99b7b8b25 [BAEL-18774] - extracted versions into properties 2019-12-24 17:17:09 +05:30
..
property-exp-custom-config [BAEL-18774] - extracted versions into properties 2019-12-24 17:17:09 +05:30
property-exp-default-config [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02: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