Spring boot http编码配置(CharacterEncodingFilter)

本文介绍如何在SpringBoot项目中通过配置文件设置统一的字符编码为UTF-8,避免乱码问题。同时提供了Tomcat服务器的URI编码配置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

spring web项目中需要在添加CharacterEncodingFilter

springboot中只需要在配置文件中添加以下配置

spring.http.encoding.charset=UTF-8

spring.http.encoding.enabled=true 

spring.http.encoding.force=true 

 

参考springboot官方文档

https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

有以属性可以配置

# HTTP encoding (HttpEncodingProperties)
spring.http.encoding.charset=UTF-8 # Charset of HTTP requests and responses. Added to the "Content-Type" header if not set explicitly.
spring.http.encoding.enabled=true # Whether to enable http encoding support.
spring.http.encoding.force= # Whether to force the encoding to the configured charset on HTTP requests and responses.
spring.http.encoding.force-request= # Whether to force the encoding to the configured charset on HTTP requests. Defaults to true when "force" has not been specified.
spring.http.encoding.force-response= # Whether to force the encoding to the configured charset on HTTP responses.
spring.http.encoding.mapping= # Locale in which to encode mapping.

另外web窗口 tomcat可以配置

server.tomcat.uri-encoding=UTF-8 # Character encoding to use to decode the URI.
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值