Project based on Spring Guide
In your terminal run: docker compose up --build -d
-
Refactor (Project Structure)
- Controller
- Model
- Interface
- Etc...
For the sake of simplicity, only the Employee model has tests
-
- Build
- Test
- Replace H2 for Postgres
- Monitor Postgres with PGAdmin
- Caching (Redis)
- Docker Compose
- Nginx
- Performance Test (Jmeter)
- API Docs with Restdocs
Total of requests = number of threads * loop count
Requests per second = number of threads / ramp-up period