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
相關文章
相關標籤/搜索