Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

This project is an exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/MongoDB using Spring Data MongoDB

Notifications You must be signed in to change notification settings

igor-baiborodine/jpetstore-6-spring-data-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpetstore-6-spring-data-mongodb

Build Status

This project is an exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/MongoDB using Spring Data MongoDB.
Run with Maven:
git clone https://github.com/igor-baiborodine/jpetstore-6-spring-data-mongodb.git
cd jpetstore-6-spring-data-mongodb

# In embedded mode
mvn clean package jetty:run -DskipTests

# In standalone mode if you have your MongoDB server installed
mvn clean package jetty:run -Dspring.profiles.active=standalone -DskipTests

# Access in your browser at http://localhost:8080
Technologies used:

About

This project is an exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/MongoDB using Spring Data MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published