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

https://github.com/artemissoftware/mnemosyne-profiles


https://github.com/artemissoftware/mnemosyne-profiles

profiles springboot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mnemosyne-Profiles

**Mnemosyne-Profiles** is a minimal Spring Boot project demonstrating how to use **Spring Profiles** to manage environment-specific configurations and bean initialization.

This project shows how you can define separate settings for environments like `dev`, `staging`, and `prod`, and how to create beans that are only loaded for specific profiles.
Key features:
- Profile-based configuration using `application-{profile}.yml`
- Conditional bean registration with `@Profile`
- Console output to verify which profile is active