UTF-8 springdoc and swagger
Hello, I'm using springdoc (springdoc-openapi-ui) for rest documentation for a kotlin spring boot application (Gradle build) and I want to know if there's a way to setup the response header content type encoding to utf-8. The defautlt returned content type is : Content-Type: application/json;charset=ISO-8859-1.Solved3.5KViews0likes1Comment