ERROR! Error: The entity generator doesn't support reactive apps at the moment

ERROR! Error: The entity generator doesn't support reactive apps at the moment

我在使用反应式网关的 jhipster 6.8.0 中生成实体时遇到 "ERROR! Error: The entity generator doesn't support reactive apps at the moment" 错误。解决方法是什么?

JHipster 实体子生成器将在下一个版本 v6.9.0 中支持响应式应用程序。

支持 MongoDB、Cassandra、Couchbase 数据库已实现 in this pull request

SQL 数据库的支持已在 this pull request 中实现,也计划在 v6.9.0 中实现。

如果你今天想测试响应式应用程序的实体生成器支持,你可以使用 generator-jhipster 的 master 分支(或上面 SQL 的 PR)。按照 Contributing guide 使用本地版本的生成器。请注意,在下一个版本发布之前,情况可能会发生变化,使用 master 分支将需要在发布时手动升级(相对于使用 upgrade 子生成器)。