This is an example project for the blog post Spring Boot & Multi module projects - Adding module specific property files
- Java 1.8+
After cloning the project execute
./gradlew bootRun
for the default profile case
For the dev profile case comment the first line out and uncomment the fourth line in src/main/application.properties Now run again
./gradlew bootRun