Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piomin/springboot-configuration-playground

Demo Spring Boot application illustrating usage of an externalized configuration
https://github.com/piomin/springboot-configuration-playground

auto-configuration externalize-configuration spring spring-boot spring-config springboot-autoconfiguration

Last synced: about 2 months ago
JSON representation

Demo Spring Boot application illustrating usage of an externalized configuration

Awesome Lists containing this project

README

        

## Demo Project Showing Spring Boot Configuration [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)

[![CircleCI](https://circleci.com/gh/piomin/springboot-configuration-playground.svg?style=svg)](https://circleci.com/gh/piomin/springboot-configuration-playground)

[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_springboot-configuration-playground)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_springboot-configuration-playground&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_springboot-configuration-playground)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_springboot-configuration-playground&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_springboot-configuration-playground)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_springboot-configuration-playground&metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_springboot-configuration-playground)

This repository has been used as the example for several articles. Detailed description can be found in the following posts:
1. How to set Spring Boot configuration when running app on Kubernetes. Post: [A Deep Dive Into Spring Boot Configuration](https://piotrminkowski.com/2022/08/02/a-deep-dive-into-spring-boot-configuration/)
2. How to set Spring Boot auto-configuration. Post: [A Magic Around Spring Boot Auto Configuration](https://piotrminkowski.com/2020/01/21/a-magic-around-spring-boot-auto-configuration/)
3. How to set Spring Boot externalized configuration. Post: [A Magic Around Spring Boot Externalized Configuration](https://piotrminkowski.com/2019/03/11/a-magic-around-spring-boot-externalized-configuration/)