springrestkotlinget-mapping

Adding encoding to @GetMapping


I want to add encoding to the response for the mapping controller. But for some reason a compilation error. Only requires an array of values

enter image description here

How do I add encoding to the response?


Solution

  • @GetMapping("/cards", produces = ["application/json;charset=UTF-8"])