I would like to format my LocalDateTime on Javalin.
I know the library uses Jackson to generate JSON and I also know how to configure it but where can I set the Jackson configuration?
I would like to format my dates in this format, "dd-MM-yyyy hh:mm:ss".
Thank you