I'm having problems mapping results from r2dbc to ...
# spring
r
I'm having problems mapping results from r2dbc to Kotlin data class when I add
.asType<...>()
the whole query just hangs without any result or exception I can get results as a
Map<String,Any>
or custom mapping with
.map(...)
without problems I've tried adding
@Table
and
@Column
annotations but without any success