SpringBoot的其他配置(SpringBoot项目配置6)

1.SpringBoot的编码格式、文件上传大小设置 在application.xml文件中加入如下内容: spring: http: encoding: charset: UTF-8 force: true multipart: max-file-size: 100MB 2.FastJSON 在pom.xml中加入下面的内容 <depend
相关文章
相关标签/搜索