This project is a collection of small and focused tutorials - each covering a single and well defined area of development in the Java ecosystem.
To do the full build, do: mvn clean install
To build a specific module run the command: mvn clean install
in the module directory
To run a Spring Boot module run the command: mvn spring-boot:run
in the module directory
This repo contains a large number of modules. When you're working with an individual module, there's no need to import all of them (or build all of them) - you can simply import that particular module in either Eclipse or IntelliJ.