【发布时间】:2020-05-24 11:08:39
【问题描述】:
当我尝试在 jhipster 上创建一个新实体时,如果我选择添加一个具有类型枚举的字段,我会遇到这个问题:
The entity Produit is being created.
The entity Produit is being created.
Generating field #1
? Do you want to add a field to your entity? Yes
? What is the name of your field? categorie
? What is the type of your field? Enumeration (Java enum type)
? Do you want to add validation rules to your field? (y/N) "
我找不到“你的枚举的类名是什么?”的问题
我在 windows 10 上使用 openjdk 11.0.7 节点 v12.16.3
【问题讨论】:
标签: jhipster