📄️ Introduction
Flamingock integrates seamlessly with Spring Boot, offering a powerful and flexible setup for managing your change units in Spring-based applications.
📄️ Automatic Setup
Flamingock provides a convenient automatic integration with Spring Boot using the @Flamingock annotation. This setup is ideal when you want Flamingock to automatically detect and wire required components without writing explicit builder logic.
📄️ Builder-based (manual)
Flamingock supports manual integration with Spring Boot using the same builder API shared with standalone setups.
📄️ Profiles
Flamingock supports Spring Boot profiles out of the box. This allows you to conditionally run specific change units depending on which profile(s) are active in your application.