Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理的数据库有 100 多个表,所以我不会坐在这里为每个表单独烘焙模型和控制器。我想用 Hibernate 中的 .xml 文件之类的东西同时烘焙所有表,告诉它字段的限制,这样我就不必遍历每个表上的每一列,并自动选择关系. 这可能吗?
要烘焙所有模型,请使用cake bake model all.
cake bake model all
控制器将是cake bake controller all
cake bake controller all
以供参考
.\console\cake bake model all
如果您尚未设置 cake 的路径,请在您的 app 文件夹中。