diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-07-26 11:21:29 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-07-26 11:21:29 +1000 |
| commit | 198bebb7afca165beeab289da3a0976b6039aa54 (patch) | |
| tree | 9d48ba97946df63bdf2480e7c77fc8757a2fda80 | |
| parent | a17f0cc0eda4b862a223cb5578484245bdcf9517 (diff) | |
Update approach in README.md
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ curl http://localhost:4567/results/1234/aggregate - Implemented the application using Spring Boot, leveraging my Java background and the frameworkâs ease of setup for microservices. - Created Java classes to represent the XML payloads - Used PostgreSQL for data storage +- Used in-memory H2 database for integration testing - Designed entity models for Student, Test, and TestResult to map database tables and manage relationships. - Applied common Spring patterns: - Used JPA for ORM to interact with the PostgreSQL database. |
