Comments on: Guide to Modulith with Spring Boot https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 25 Mar 2024 09:54:44 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2374 Mon, 25 Mar 2024 09:54:44 +0000 https://piotrminkowski.com/?p=14587#comment-2374 In reply to suneel pervaiz.

The same as for the standard Spring Boot app. Spring Modulith doesn’t bring anything additional in this area

]]>
By: suneel pervaiz https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2370 Tue, 19 Mar 2024 13:10:18 +0000 https://piotrminkowski.com/?p=14587#comment-2370 Greate article But how can we do global exception handling in spring boot modulith

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2302 Wed, 21 Feb 2024 20:47:15 +0000 https://piotrminkowski.com/?p=14587#comment-2302 In reply to OCANSEY KATEY GAD.

Thanks!

]]>
By: OCANSEY KATEY GAD https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2301 Wed, 21 Feb 2024 18:19:21 +0000 https://piotrminkowski.com/?p=14587#comment-2301 Great articile. I now fully understand the springboot3 modulith concept.

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2259 Mon, 15 Jan 2024 12:19:00 +0000 https://piotrminkowski.com/?p=14587#comment-2259 In reply to Onjee Kim.

Well, there are some comments and I have some feedback on Twitter or Reddit 🙂

Yes, foreign keys are not something that in general matches the modulith idea.

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2258 Mon, 15 Jan 2024 12:13:04 +0000 https://piotrminkowski.com/?p=14587#comment-2258 In reply to vamsi vegi.

I’m not sure I understand your idea. Could describe it in more details?

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2257 Mon, 15 Jan 2024 12:11:46 +0000 https://piotrminkowski.com/?p=14587#comment-2257 In reply to Soheil Qalamkari.

Well, you can also include Spring Cloud Gateway to such app if you need to it. Nothing wrong with that

]]>
By: piotr.minkowski https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2256 Mon, 15 Jan 2024 12:10:35 +0000 https://piotrminkowski.com/?p=14587#comment-2256 In reply to MarioKusek.

Thanks. I’m not not very familiar with jMolecules. Could you elaborate?

]]>
By: MarioKusek https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2229 Fri, 05 Jan 2024 18:47:25 +0000 https://piotrminkowski.com/?p=14587#comment-2229 Excelent blog. Thank you.

I would add jMolecules in the mix. At least I would add AggregateRoot and Identifier.

]]>
By: Soheil Qalamkari https://piotrminkowski.com/2023/10/13/guide-to-modulith-with-spring-boot/#comment-2206 Sat, 25 Nov 2023 11:05:43 +0000 https://piotrminkowski.com/?p=14587#comment-2206 Thanks for sharing this article.
Let’s imagine we are in a microservices zone,so we must implement cross cutting concerns in gateway like security,….. or with spring cloud gateway writing filters and so on.So we have not spring cloud gateway to use that power.So should we implement this concepts from scratch here?I mean gateway is a more than for exposing apis,and this architecture good for a day we want to transform to microservices,so should we let this out until goal day?

]]>