You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to support @EntiryScan in the autoconfiguration?
I.e. override ArangoMappingContext arangoMappingContext method and use EntityScanner inside like mappingContext.setInitialEntitySet(new EntityScanner(applicationContext).scan(Document.class, Edge.class, TypeAlias.class));
The text was updated successfully, but these errors were encountered:
Is it possible to support @EntiryScan in the autoconfiguration?
I.e. override ArangoMappingContext arangoMappingContext method and use EntityScanner inside like mappingContext.setInitialEntitySet(new EntityScanner(applicationContext).scan(Document.class, Edge.class, TypeAlias.class));
The text was updated successfully, but these errors were encountered: