解决Eclipse中springBoot中文乱码问题
Posted jeremy1888
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Eclipse中springBoot中文乱码问题相关的知识,希望对你有一定的参考价值。
除了常见的application.properties文件中设置
#设置spring-boot 编码格式
banner.charset=UTF-8
server.tomcat.uri-encoding=UTF-8
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true
spring.http.encoding.force=true
spring.messages.encoding=UTF-8
以及
@RequestMapping(value="/*",produces="text/plain;charset=UTF-8")
还是解决不了得话需要在eclipse中安装propertiesEdit
地址: http://www.cnblogs.com/zdz8207/p/java-eclipse-properties.html
推荐离线安装。
以上是关于解决Eclipse中springBoot中文乱码问题的主要内容,如果未能解决你的问题,请参考以下文章