forked from grails-guides/rest-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
13 lines (13 loc) · 861 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
title=Building a REST application with MongoDB
subtitle=This guide will demonstrate how you can use Grails, GORM and MongoDB to build a REST application
authors=Graeme Rocher
copyright=Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. All guides are released with an ASLv2 license for the code, and Creative Commons license for the writing.
githubSlug=grails-guides/rest-mongodb
githubBranch=master
mongodbVersion=3.0.0
mongodbGormApi=http://gorm.grails.org/latest/mongodb/api
mongodbApi=http://api.mongodb.com/java/current
userGuide=http://docs.grails.org/latest/guide/
tags=mongodb,rest-api,json,gorm,grails4
category=GORM
publicationDate=23 Nov 2016