This project shows an example of how to create maven multimodule projects with spring boot that connects to a mongo datastore
To run the example first build the project using:
mvn clean install
Then go to the application module livesound-user and execute:
mvn spring-boot:run