【发布时间】:2015-10-14 07:13:30
【问题描述】:
类动作类型 {
static expose = 'action-type'
String name
String description
static constraints = {
name blank: false, unique: true
}
静态映射 = { id 生成器:'increment',列:'id' } }
点击http://localhost:8090/api/v1.0/action-type
这是给出以下错误:
HTTP 代码:500
回复:{ “成功”:假, “消息”:“未找到实体空值” }
【问题讨论】:
标签: json grails grails-plugin