[BAEL-17490] README descriptions 6
This commit is contained in:
@@ -1,18 +1,27 @@
|
||||
## The Module Holds Sources for the Following Articles
|
||||
## Spring Boot Property Expansion
|
||||
|
||||
This Module contains articles about Spring Boot Property Expansion
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
- [Automatic Property Expansion with Spring Boot](http://www.baeldung.com/spring-boot-auto-property-expansion)
|
||||
|
||||
### Module property-exp-default-config
|
||||
This module contains both a standard Maven Spring Boot build and the Gradle build which is Maven compatible.
|
||||
## SubModules
|
||||
|
||||
In order to execute the Maven example, run the following command:
|
||||
### property-exp-default-config
|
||||
|
||||
This module contains both a standard Maven Spring Boot build and the Gradle build which is Maven compatible.
|
||||
|
||||
`mvn spring-boot:run`
|
||||
In order to execute the Maven example, run the following command:
|
||||
|
||||
To execute the Gradle example:
|
||||
`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:
|
||||
### property-exp-custom-config
|
||||
|
||||
`mvn exec:java`
|
||||
This project is not using the standard Spring Boot parent and is configured manually. Run the following command:
|
||||
|
||||
`mvn exec:java`
|
||||
|
||||
Reference in New Issue
Block a user