java-tutorials/spring-boot-property-exp
Norberto Ritzmann Jr 45be61376e Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
..
property-exp-custom-config Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
property-exp-default-config Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
README.md Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00
pom.xml Spark graphx moved to a new project due to a incompatibility of scala compiler 2019-10-06 21:57:54 +02:00

README.md

Spring Boot Property Expansion

This module contains articles about Spring Boot Property Expansion

Relevant Articles

SubModules

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

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