Skip to content

Spring boot application in a maven multi module project that provides a REST API to retrieve and save data from mongodb

Notifications You must be signed in to change notification settings

carlosmorenoin/spring-mongo-multimodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring with mongo multi module project example

This project shows an example of how to create maven multimodule projects with spring boot that connects to a mongo datastore

Run the example

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

About

Spring boot application in a maven multi module project that provides a REST API to retrieve and save data from mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages