28 lines
710 B
Markdown
Raw Normal View History

2019-09-19 17:35:06 +01:00
## Spring Boot Property Expansion
This Module contains articles about Spring Boot Property Expansion
### Relevant Articles
2017-09-07 22:08:37 +02:00
- [Automatic Property Expansion with Spring Boot](http://www.baeldung.com/spring-boot-auto-property-expansion)
2019-09-19 17:35:06 +01:00
## SubModules
2019-09-19 17:35:06 +01:00
### property-exp-default-config
This module contains both a standard Maven Spring Boot build and the Gradle build which is Maven compatible.
2019-09-19 17:35:06 +01:00
In order to execute the Maven example, run the following command:
2019-09-19 17:35:06 +01:00
`mvn spring-boot:run`
To execute the Gradle example:
`gradle bootRun`
2019-09-19 17:35:06 +01:00
### property-exp-custom-config
This project is not using the standard Spring Boot parent and is configured manually. Run the following command:
2019-09-19 17:35:06 +01:00
`mvn exec:java`