News

FX Demo is a Spring Boot reference applying DDD and Hexagonal Architecture to a currency-exchange domain, featuring JWT auth, Kafka messaging, Redis caching, and PostgreSQL persistence. - aeboyaci/ ...
Some references about hexagonal architecture / DDD (Domain Driven Design): domain is implemented as a standalone Java module which has no dependencies to any framework (neither spring). Actually it ...