gpt4 book ai didi

grails - 为什么使用 Rails 的动态脚手架不能正常工作?

转载 作者:行者123 更新时间:2023-12-04 00:41:55 25 4
gpt4 key购买 nike

我已经尝试在 GRAILS 中动态构建一些域,但是在将项目添加到数据库后,在这种情况下它们不会显示在 ListView (用户/索引)中:

用户.groovy

package scaffold_test

class User {

String username
String address
static constraints = {
}
}

用户 Controller .groovy
package scaffold_test

class UserController {
def scaffold=true
def index() { }
}

所以运行应用程序后,我可以在 Grails 主页中看到 User Controller ,我可以添加用户,我可以通过 DbConsole 看到添加的实例。但我无法在用户/索引 View 中列出实例。谢谢 !

最佳答案

删除 def index() { }让脚手架生成所有的方法。

关于grails - 为什么使用 Rails 的动态脚手架不能正常工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22081590/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com