Skip to content
All projects

In progress

Mini Banking Transaction System

A Spring Boot banking core that models account transfers as first-class transactions. The focus is correctness under concurrency: two users cannot double-spend the same balance, and competing updates fail safely instead of silently overwriting each other.

Highlights