Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcoderpaul/bankaccountsimulator_task
Spring task project: Boot, Data, Test, Web, Validation, Security. Test with Docker (Testcontainers), DB migration Liquibase, MVC pattern, REST
https://github.com/jcoderpaul/bankaccountsimulator_task
docker hibernate java jwt liquibase maven postgresql rest-api spring-boot spring-security spring-validation swagger
Last synced: 3 days ago
JSON representation
Spring task project: Boot, Data, Test, Web, Validation, Security. Test with Docker (Testcontainers), DB migration Liquibase, MVC pattern, REST
- Host: GitHub
- URL: https://github.com/jcoderpaul/bankaccountsimulator_task
- Owner: JcoderPaul
- Created: 2024-05-30T16:43:14.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T10:52:10.000Z (5 months ago)
- Last Synced: 2024-06-18T12:15:38.402Z (5 months ago)
- Topics: docker, hibernate, java, jwt, liquibase, maven, postgresql, rest-api, spring-boot, spring-security, spring-validation, swagger
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
#### Задача
Необходимо написать сервис для “банковских” операций. В нашей системе есть
пользователи (клиенты), у каждого клиента есть строго один “банковский аккаунт”, в
котором изначально лежит какая-то сумма. Деньги можно переводить между клиентами.
На средства также начисляются проценты.- [Задача подробнее](https://github.com/JcoderPaul/BankAccountSimulator_Task/blob/master/DOC/TaskDescription.md);
- Описание решения;