一、实体类
1 | public class UploadModel { |
二、接收
1 | @RestController |
注意事项
- 接收不需要 @RequestBody 或 @RequestParam 等注解
- 测试时 Header 需要设置 Content-Type 为 multipart/form-data
1 | public class UploadModel { |
1 | @RestController |
注意事项
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true