Chaos Monkey for Spring Boot Reference Guide
There are two ways to activate Chaos Monkey for Spring Boot (CM4SB) in your existing Spring Boot app. Either by adding it to your regular app dependencies (eg. pom.xml/build.gradle(.kts)) or instead, you include it as an external dependency when starting your Spring Boot app.
1.) Add Chaos Monkey for Spring Boot as dependency for your project
implementation 'de.codecentric:chaos-monkey-spring-boot:2.6.1'
Post man endpoints :
More....