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
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.neo4j.cypherdsl.core.Statement` (no Creators, like default constructor, exist): abstract types either need to be mapped to concrete types, have custom deserializer, or contain additional type information
Test with spring boot 3.3.3
Please add web support, it's very useful for write a complex query api.
The text was updated successfully, but these errors were encountered:
Something like this
https://docs.spring.io/spring-data/jpa/reference/repositories/core-extensions.html#core.web.type-safe
Currently it seems not work with
Statement
.Test with spring boot 3.3.3
Please add web support, it's very useful for write a complex query api.
The text was updated successfully, but these errors were encountered: