Ebsan / generator-jhipster-es-entity-reindexer

Generates code to reindex selected entities with Elasticsearch.
Apache License 2.0
3 stars 4 forks source link

Indexer not working for React front-end and Reactive backend #9

Open gnomeoday opened 1 year ago

gnomeoday commented 1 year ago

Using Jhipster 7.9.3 when I generate a standard gateway and basic entity and chose "react" instead of angular as client framework the reindexer will not work and gives the following error

image

When creating a standard reactive microservice with a basic entity when the reindex is run the resulting generated ElasticsearchIndexService class tries to use jpaRepository instead of R2dbcRepository and contains compile errors.

Jhipster version: 7.9.3 node version: v16.13.0 npm version: 8.1.0

gateway_yo.json.txt microservice_yo.json.txt