Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 387 Bytes

mongobatis

Use mongobatis to handle mongodb like mybatis

According to: There are two Maven artifacts available in the release.

The preferred artifact for new applications is mongodb-driver-sync.

so, we base on mongodb-driver-sync.

#start

  1. use mongoShell.txt to create data in your mongodb

  2. run Test.java as Java Application

#note now just support aggregate and standalone.