Microservices Starter Project
| Category | Choice |
|---|---|
| Logging | log4j2 |
| SAST | Sonar |
| Tests | JUnit5 |
| Coverage | Jacoco |
| Code Style | Checkstyle |
| Load Testing | Gatling |
Gatling
Load test can be run using one of the following two approaches
gradle load-testing:runTest
IDE - com.github.starter.todo.Runner
Install snyk and authenticate for CLI session
npm install -g snyk
snyk auth
Publish results using
snyk monitor --all-sub-projects