spring-modulith
spring-modulith copied to clipboard
Modular applications with Spring Boot
is there any way to create a diferent datasource per module (e.g. diferent driver, server, db...) and insolate that resources to avoid access from different modules. I could be very...
Hi! First of all thank you for the great work you are doing :-) I have a Maven multi-module project with one Maven module for each application module plus a...
ArchUnit released a new module architecture rule API that seems inspired by the conventions of Spring Modulith. We should investigate in how far it allows us to port some of...
### Use case In order to expose the types of a module and all of its sub packages, I'm implementing my own `ApplicationModuleDetectionStrategy` as described in the documentation, as well...
Torn between a Discussion and an Issue on this, but it would change the Documentation, which is in the codebase, so I went with an Issue. Similar Topic to [this...
hi, I'm trying to create an integration test. My service uses Flyway and Postgres. The code looks like this: ``` @Testcontainers @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @ApplicationModuleTest(mode = ApplicationModuleTest.BootstrapMode.ALL_DEPENDENCIES) public class ControllerIT...
Given the modules "order" and "inventory". The module order contains a package "internal" with a OrderRepository and has an interface OrderApi. The inventory module contains a service "OrderService" with a...
#251 pointed at the fact that the database access to mark event publications as completed suffers from the need to query for event payload and publication target identifier. This stems...
Not sure for JPA, but it would be nice to have reactive JDBC and Mongo starters.
### Discussed in https://github.com/spring-projects/spring-modulith/discussions/201 Originally posted by **genuss** May 3, 2023 First of all, thank you for a great project. I just started to dig in and it looks very...