Skip to content

Commit f1fddd2

Browse files
committed
Document spring.http.encoding.mapping
Closes spring-projectsgh-7017
1 parent e1d53b6 commit f1fddd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ content into your application; rather pick only the properties that you need.
276276
spring.http.encoding.force= # Force the encoding to the configured charset on HTTP requests and responses.
277277
spring.http.encoding.force-request= # Force the encoding to the configured charset on HTTP requests. Defaults to true when "force" has not been specified.
278278
spring.http.encoding.force-response= # Force the encoding to the configured charset on HTTP responses.
279+
spring.http.encoding.mapping= # Locale to Encoding mapping.
279280
280281
# MULTIPART ({sc-spring-boot-autoconfigure}/web/MultipartProperties.{sc-ext}[MultipartProperties])
281282
spring.http.multipart.enabled=true # Enable support of multi-part uploads.

0 commit comments

Comments
 (0)