coders-kitchen / spring-boot-multi-module-property-files

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%