Nikky
01/04/2023, 11:44 AMapplication/json
to application/cbor
(we have SOME responses that are explicitely cbor, but we don’t want all of the API to be) anyone knows how to tweak that.. or how to configure content negotiation or the like ?
all tutorials i find for that are horribly outdated…
it also seems to ignore Acccept
header sent by a client right now..df
01/04/2023, 3:34 PM@GetMapping(produces = MediaType.APPLICATION_JSON_VALUE)
fun getMySomething() {}
Nikky
01/05/2023, 1:28 PMdf
01/05/2023, 4:42 PM