This is a basic RESTful Web service with Spring Boot for the "Stop Emulating/Mocking, Get Started with Testcontainers" talk.
- List all accounts: http://localhost:3333/account
- Get age: http://localhost:3333/account/{accountId}/age
- Get total amount of all accounts: http://localhost:3333/account/total-amount