https://github.com/artemissoftware/mnemosyne-profiles
https://github.com/artemissoftware/mnemosyne-profiles
profiles springboot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artemissoftware/mnemosyne-profiles
- Owner: ArtemisSoftware
- Created: 2025-05-07T09:51:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T15:34:10.000Z (about 1 year ago)
- Last Synced: 2025-05-12T05:52:48.467Z (about 1 year ago)
- Topics: profiles, springboot
- Language: Kotlin
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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