Update the Grails sample to use Grails 3.3 and Gradle 4.4

Closes gh-469
This commit is contained in:
Jennifer Strater
2017-12-27 21:27:41 +01:00
committed by Andy Wilkinson
parent 85c04b82b0
commit 75bc7e0538
10 changed files with 96 additions and 101 deletions

View File

@@ -18,7 +18,7 @@ package com.example
import grails.rest.Resource
@Resource(uri='/notes', formats = ['json', 'xml'])
@Resource(uri='/notes')
class Note {
Long id