Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 springdoc(springdoc-openapi-ui)作为 kotlin spring boot 应用程序(Gradle build)的其余文档,我想知道是否有办法将响应标头内容类型编码设置为 utf-8。默认返回的内容类型为: Content-Type: application/json;charset=ISO-8859-1
问候。
这不是与 springdoc-openapi 相关的问题。
你应该看看你的 spring-boot 应用程序编码设置。