18 lines
633 B
Markdown
18 lines
633 B
Markdown
## The Module Holds Sources for the Following Articles
|
|
- [Automatic Property Expansion with Spring Boot](http://www.baeldung.com/property-expansion-spring-boot)
|
|
|
|
### 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` |