Skip to content

AlgiersJUG/awesome-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Mongo

install Mongo then start then launch mongo

use book
db.addUser({user:"book", pwd:"book", roles:[{role:"readWrite",db:"book"}]});

run the app

mvn spring-boot:run -Dserver.port=9095

on browser

localhost:9095

your repository is actually exposed as an API using Hypermedia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages