You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,7 @@ content into your application; rather pick only the properties that you need.
276
276
spring.http.encoding.force= # Force the encoding to the configured charset on HTTP requests and responses.
277
277
spring.http.encoding.force-request= # Force the encoding to the configured charset on HTTP requests. Defaults to true when "force" has not been specified.
278
278
spring.http.encoding.force-response= # Force the encoding to the configured charset on HTTP responses.
279
+
spring.http.encoding.mapping= # Locale to Encoding mapping.
0 commit comments