Injects failures into Spring Boot applications to test resilience.
This project randomly disables components, kills processes, or introduces latency to your Spring Boot app, simulating real-world failures. It's inspired by Netflix's Chaos Monkey and helps identify weaknesses before they impact users. Use it during development or testing by configuring `chaos.monkey.enabled=true` and customizing attack profiles.
Injects failures into Spring Boot applications to test resilience.
Teams building production-ready Spring Boot applications who want to proactively improve system reliability.