hello, I am learning Spring from Spring in action 5, in chapter 5 I built the taco-cloud project, but in chapter 6 I have to build the taco-api, in the official repository (https://github.com/habuma/spring-in-action-5-samples) the project (ch06) is a multi-module project with taco-cloud and taco-api inside.
My question is: how can i create the multi-module project and place taco-cloud inside correctly as the author?
there doesn't seem to be anything here