- A+
所属分类:SpringBoot
---
title: SpringBoot ajax Required request body is missing
date: 2018-08-03 18:33:05
categories: SpringBoot
tags:
- spring
- ajax
- post
---
因为GetMapping 不支持@RequestBody
改成PostMapping即可
---
title: SpringBoot ajax Required request body is missing
date: 2018-08-03 18:33:05
categories: SpringBoot
tags:
- spring
- ajax
- post
---
因为GetMapping 不支持@RequestBody
改成PostMapping即可