java-tutorials/spring-boot-modules/spring-boot-property-exp
Krzysztof Woyke 63e5a2dad0 JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
..
property-exp-custom-config JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
property-exp-default-config JAVA-928: Migrate property-exp-default-config to parent-boot-2 2020-04-28 18:20:23 +05:30
README.md
pom.xml

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