I try to use the Micronaut Neo4j integration, which provides a org.neo4j.driver.v1.Driver bean, in combination with the Neo4j-OGM native property types.
Currently I use the following sessionFactory bean
@Requires(classes = [SessionFactory::class])
@F...