Chúng tôi không thể tìm thấy kết nối internet
Đang cố gắng kết nối lại
Có lỗi xảy ra!
Hãy kiên nhẫn trong khi chúng tôi khắc phục sự cố
Mô hình Monolith Module hay Microservices: triển khai các module cùng nhau hay các dịch vụ độc lập
Tóm tắt nội dung
Mô tả
Modular Monoliths are great, but what if we had a pattern, where depending on the current needs, we could deploy our modules as a single unit - monolith, or multiple units - services?
By following a certain convention, we can achieve this flexible deployment strategy!
In the video, we will implement it using simple tools - Postgres, Java 21, Spring Boot 3 and plain old Maven.
Let's go!
Cases:
* Modular Monolith 04:27
* Microservices 19:18
Code to tinker with: https://github.com/BinaryIgor/code-examples/tree/master/modular-monolith-or-microservices-pattern
Related video about Modular Monolith with Independently Deployable Modules: https://www.youtube.com/watch?v=onV4449vs1g
If you like reading, here is a related blog post: https://binaryigor.com/modular-monolith-dependencies-and-communication.html
#softwarearchitecture #monolith #microservices
Dịch Vào Lúc: 2025-03-23T12:12:41Z