java-tutorials/spring-boot-property-exp
Roman Seleznov 8d9a7b0ecf BAEL-764 Automatic Property Expansion with Spring Boot (#2435)
* Create pom.xml

Initial import

* First submit

* Second submit

* Different Types of Bean Injection in Spring

* Different Types of Bean Injection in Spring

* Added spring-core-di into the main build

* Revert "Create pom.xml"

This reverts commit 1bdc5443125df19575605f41ab28c9e8b6c69a32.

* BAEL-764 Automatic Property Expansion with Spring Boot

* BAEL-764 Automatic Property Expansion with Spring Boot

* BAEL-764 Automatic Property Expansion with Spring Boot

* BAEL-764 Automatic Property Expansion with Spring Boot
Make executable jars for property-exp-default project and use mvn exec:java to run property-exp-default project

* BAEL-764 Automatic Property Expansion with Spring Boot
Rename modules as per code reivew

* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review

* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review

* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review

* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review
2017-08-14 15:12:29 +02:00
..
property-exp-custom-config BAEL-764 Automatic Property Expansion with Spring Boot (#2435) 2017-08-14 15:12:29 +02:00
property-exp-default-config BAEL-764 Automatic Property Expansion with Spring Boot (#2435) 2017-08-14 15:12:29 +02:00
README.md BAEL-764 Automatic Property Expansion with Spring Boot (#2435) 2017-08-14 15:12:29 +02:00
pom.xml BAEL-764 Renaming Modules as per the review (#2371) 2017-08-07 22:19:41 +02:00

README.md

The Module Holds Sources for the Following Articles

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