Open xenoterracide opened 1 month ago
https://docs.spring.io/spring-modulith/reference/fundamentals.html#customizing-modules-arrangement
The class name is MyApplicaton but then run executes DemoApplication is that intentional? if so why would you do that (please answer in the documentation)? all other references in this document simply use Application.
MyApplicaton
DemoApplication
Application
https://docs.spring.io/spring-modulith/reference/fundamentals.html#customizing-modules-arrangement
The class name is
MyApplicaton
but then run executesDemoApplication
is that intentional? if so why would you do that (please answer in the documentation)? all other references in this document simply useApplication
.