Closed
Description
It would be nice if users could easily determine which Spring Modulith version should be used for a project using a particular version of Spring Boot.
By manually inspecting dependencies I've found the following:
Spring Boot | Spring Modulith |
---|---|
3.4.x | 1.3.x |
3.3.x | 1.2.x |
3.2.x | 1.1.x |
It might be nice to have this as part of the documentation and/or readme?