Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 488 Bytes

File metadata and controls

20 lines (11 loc) · 488 Bytes

Spring Boot Multi Module Property Files

This is an example project for the blog post Spring Boot & Multi module projects - Adding module specific property files

Requirements

  • Java 1.8+

Usage

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