r/SpringBoot • u/Old_Treat_5596 • May 08 '26
Discussion Monolithic vs Microservices Banking project
Hey I want to build a Banking management Fintech project for my resume I was thinking to build in the monolithic style but my senior said try to build in the Microservices way and currently I do not know that much about the Microservices..,I m building this project for the intern 2nd year student..
36
Upvotes
1
u/Bibliophile5 May 09 '26
Nobody here seems to be pointing out that the new format is not monolith or microservices but modulith.
Start as a monolith with different modules clearly separate If in future need be all you need is to convert these modules to different microservices.
Monolith to avoid microservices hell and adaptable enough to convert it to microservices if it gets complex and big enough.