From 198bebb7afca165beeab289da3a0976b6039aa54 Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Fri, 26 Jul 2024 11:21:29 +1000 Subject: Update approach in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d9b6af..a0c25b5 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3