Replies: 1 comment
-
Tried a new project from scratch and there everythings looks fine: https://github.com/mavarazo/mcve-modulith |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, first of all, it's my first time with modulith.
My current setup seams not working properly and i can not figure out what do too.
Project root:
I have multiple Spring Boot Application which are deployed on different servers, but both share the same service.
In my non-modulith project I imported the
SharedServiceConfig
to activate the shared service modules I needed.In a simple setup I tried this with Spring Modulith which ends in the failure:
Module 'one' depends on non-exposed type ch.mav.modulith.shared.service.one.SharedServiceConfig within module 'shared'!
Thank you guys for your work with Spring Modulith and for the help fixing this issue.
Beta Was this translation helpful? Give feedback.
All reactions