Skip to content

Spring boot 2 application for mongodb. CascadeSave and DBRef annotations are extensively used.

License

Notifications You must be signed in to change notification settings

thinkfreedom/bookstore-mongodb-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookstore-mongodb-sample

Mongodb sample project using spring boot 2

The project uses @CascadeSave annotation to save values with @DBRef annotation for saving entities using a single given repository.

  1. Use gradlew bootRun to execute the application
  2. Use mongochef or mongo commandline to view the saved entities

About

Spring boot 2 application for mongodb. CascadeSave and DBRef annotations are extensively used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages