https://github.com/jabrena/spring-boot-chaos-poc
A POC to review the usage of Spring Boot Chaos
https://github.com/jabrena/spring-boot-chaos-poc
Last synced: 6 months ago
JSON representation
A POC to review the usage of Spring Boot Chaos
- Host: GitHub
- URL: https://github.com/jabrena/spring-boot-chaos-poc
- Owner: jabrena
- License: apache-2.0
- Created: 2018-08-30T15:29:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T14:02:28.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T10:48:03.647Z (8 months ago)
- Language: Java
- Size: 2.03 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-chaos-poc
A POC to review the usage of Spring Boot Chaos```
java -cp ./target/spring-boot-chaos-poc-0.1.0-SNAPSHOT.jar \
-Dloader.path=chaos-monkey-spring-boot-2.0.0.jar \
org.springframework.boot.loader.PropertiesLauncher \
--spring.profiles.active=chaos-monkey
```