Commit Graph

6 Commits

Author SHA1 Message Date
1757546f29 Payment creation with validation and response
* Move mapping inside service
 * Extract validation to utility class
 * Add test for validation
2023-05-12 11:42:21 +02:00
2f8bf45383 Add payment creation endpoint and first validation criteria
* Giver account
 * Iban validation with openiban.com
2023-05-10 00:16:56 +02:00
283b92d786 Add more sample data 2023-05-10 00:12:19 +02:00
caee7b5d4b Retrieve account list for authenticated user 2023-05-07 15:04:20 +02:00
efc9f9c77c Configure H2 database and add repositories 2023-05-06 22:56:23 +02:00
54cd17cacb Initialize project using Spring Initializr
* Spring Web
 * Spring Data JPA
 * H2 Database
 * Spring Security
 * Spring Boot Devtools
 * Spring Configuration Processor
 * Lombok
2023-05-06 14:27:32 +02:00