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
Hi, firstly I'd like to say thank you for this library it is very useful.
I'm trying to register custom converters but my Bean is conflicting with an existing bean already registered by lc-spring-data-r2dbc library.
Kotlin code
val converterList:MutableList<Converter<*, *>> =ArrayList()
converterList.add(MyConverter())
returnR2dbcCustomConversions(storeConversions, converterList)
Error
The bean 'r2dbcCustomConversions', defined in net.lecousin.reactive.data.relational.mysql.MySqlConfiguration, could not be registered. A bean with that name has already been defined in class path resource [com/capitalise/entities/configs/R2dbcConfig.class] and overriding is disabled.
Any suggestion on how can I register a converter?
I need this in order to converter enums, however, perhaps could have another solution to load and convert enum values.
Thank you.
The text was updated successfully, but these errors were encountered:
fabiohbarbosa
changed the title
How to registry custom converters?
How to convert enums?
Dec 29, 2022
Hi, firstly I'd like to say thank you for this library it is very useful.
I'm trying to register custom converters but my Bean is conflicting with an existing bean already registered by lc-spring-data-r2dbc library.
Kotlin code
Error
Any suggestion on how can I register a converter?
I need this in order to converter enums, however, perhaps could have another solution to load and convert enum values.
Thank you.
The text was updated successfully, but these errors were encountered: