Update the Grails sample to use Grails 3.3 and Gradle 4.4
Closes gh-469
This commit is contained in:
committed by
Andy Wilkinson
parent
85c04b82b0
commit
75bc7e0538
@@ -18,7 +18,7 @@ package com.example
|
||||
|
||||
import grails.rest.Resource
|
||||
|
||||
@Resource(uri='/notes', formats = ['json', 'xml'])
|
||||
@Resource(uri='/notes')
|
||||
class Note {
|
||||
|
||||
Long id
|
||||
|
||||
Reference in New Issue
Block a user