spring-projects / spring-modulith

Modular applications with Spring Boot
https://spring.io/projects/spring-modulith
Apache License 2.0
813 stars 140 forks source link

Invalid code sample in reference documentation section on customizing the modules arrangement #845

Open xenoterracide opened 1 month ago

xenoterracide commented 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.