It seems that you can't override the default ResultHandler while using the auto-configuration.
I would like to register a ResultHandler as the default or at least a way to convert result values into a String-representation. My goal is to get json output.
It seems that you can't override the default
ResultHandlerwhile using the auto-configuration.I would like to register a
ResultHandleras the default or at least a way to convert result values into a String-representation. My goal is to get json output.