You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hands-on reference project implementing common design patterns with Spring Boot.
No neeed to run separate docker-compose file cuz test containers (included debezium kafka connector) would be fine. Just run and debug to see what is happening.
Patterns:
Strategy
Decorator
Builder
Factory
Outbox
Inbox (Outbox and inbox pattern in the same directory and working with the same structure.)