Upgrade the Grails sample to Grails 3.3.x and Gradle 4.9
Closes gh-540
This commit is contained in:
@@ -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