无法设置未定义的属性“分页”

时间:2018-10-22 13:48:16

标签: jhipster

我无法设置未定义的属性“分页”。
我收到以下错误:

  

从JDL TypeError解析应用程序和实体时出错:
  无法设置未定义的属性“分页”。

我跑了

jhipster import-jdl ./src/main/scripts/test.jh --debug

但是生成器使我回到了上面的错误。
这是错误的图片:

enter image description here

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,就我而言,在分页选项中使用的是User实体。只需将其删除即可!

代替:

paginate User, AnotherEntity with pagination

要做:

paginate AnotherEntity with pagination