0

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

Regards.

1 Answers1

0

This is not a question related to springdoc-openapi.

You should have a look at your spring-boot application encoding setting.

brianbro
  • 4,141
  • 2
  • 24
  • 37