File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44[ ![ Grace Document] ( https://img.shields.io/badge/Grace_Document-latest-blue?style=flat&logo=asciidoctor&logoColor=E40046&labelColor=ffffff&color=f49b06 )] ( https://graceframework.org/grace-data-mongodb/latest/ )
55[ ![ Grace on X] ( https://img.shields.io/twitter/follow/graceframework?style=social )] ( https://x.com/graceframework )
66
7- [ ![ Groovy Version] ( https://img.shields.io/badge/Groovy-4.0.27 -blue?style=flat&color=4298b8 )] ( https://groovy-lang.org/releasenotes/groovy-4.0.html )
7+ [ ![ Groovy Version] ( https://img.shields.io/badge/Groovy-4.0.29 -blue?style=flat&color=4298b8 )] ( https://groovy-lang.org/releasenotes/groovy-4.0.html )
88[ ![ Grace Version] ( https://img.shields.io/badge/Grace-2024.0.0-blue?style=flat&color=f49b06 )] ( https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-M1 )
9- [ ![ Spring Boot Version] ( https://img.shields.io/badge/Spring_Boot-3.4.7-blue?style=flat&color=6db33f )] ( https://github.com/spring-projects/spring-boot/releases/tag/v3.4.7 )
109
11- # Grace Data for MongoDB
10+ # Grace Data MongoDB
1211
13- This project implements [ GORM ] ( https://github.com/graceframework/grace-data ) for the [ MongoDB Document Database] ( https://www.mongodb.com ) .
12+ This project implements [ Grace Data ] ( https://github.com/graceframework/grace-data ) for the [ MongoDB Document Database] ( https://www.mongodb.com ) .
1413
1514This project aims to provide an Object-Mapping layer on top of MongoDB to ease common activities such as:
1615
@@ -23,7 +22,7 @@ This project aims to provide an Object-Mapping layer on top of MongoDB to ease c
2322
2423``` gradle
2524dependencies {
26- implementation "org.graceframework.plugins: mongodb"
25+ implementation "org.graceframework:grace-boot- mongodb"
2726}
2827```
2928
You can’t perform that action at this time.
0 commit comments