b6ae9ec3b4
* BAEL-15951 Moved vavr, JHipster to default profiles * BAEL-14304 Include the SpringContextIntegrationTest in the default build - Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists * BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles * BAEL-14304 Minor changes |
||
---|---|---|
.. | ||
property-exp-custom-config | ||
property-exp-default-config | ||
README.md | ||
pom.xml |
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