2017-06-30 13:20:46 -04:00
|
|
|
## The Module Holds Sources for the Following Articles
|
2017-09-07 16:08:37 -04:00
|
|
|
- [Automatic Property Expansion with Spring Boot](http://www.baeldung.com/spring-boot-auto-property-expansion)
|
2017-08-14 09:12:29 -04:00
|
|
|
|
|
|
|
### 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:
|
|
|
|
|
2017-09-07 16:08:37 -04:00
|
|
|
`mvn exec:java`
|