Skip to content

VSaliy/spring-boot-multi-module-property-files

 
 

Repository files navigation

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

About

This project shows different ways to provide module specific property files in a multi module project that uses Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%