Skip to content

Enhance ResourceTransform #606

@rainboyan

Description

@rainboyan

Make the generated BookController extended from RestfullController<Book>,

import grails.rest.*

@Resource(uri='/books')
class Book {

    String title

    static constraints = {
        title blank:false
    }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions