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 Sample monolith application Spring Boot WebAppExample where everything is in a single Spring boot project (ui, application, infrastructure, core) communicating through a Pipeline design pattern implementation (PipelinR)
This is a simplistic web application that conforms into a mininal Clean architecture.
Also it uses the vavr.io functional library in order to facilitate a functional style of writing.
About
A Sample monolith application Spring Boot WebAppExample where everything is in a single Spring boot project (ui, application, infrastructure, core) communicating through a Pipeline design pattern implementation (PipelinR)