java-tutorials/spring-boot-property-exp
amit2103 d300df2fd7 [BAEL-16045] - Moved code to spring-security-rest-basic-auth 2019-10-27 20:24:22 +05:30
..
property-exp-custom-config [BAEL-16045] - Moved code to spring-security-rest-basic-auth 2019-10-27 20:24:22 +05:30
property-exp-default-config [BAEL-16045] - Moved code to spring-security-rest-basic-auth 2019-10-27 20:24:22 +05:30
README.md [BAEL-16045] - Moved code to spring-security-rest-basic-auth 2019-10-27 20:24:22 +05:30
pom.xml [BAEL-16045] - Moved code to spring-security-rest-basic-auth 2019-10-27 20:24:22 +05:30

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