ZPY博客

springboot ajax required request body is missing

---
title: SpringBoot ajax Required request body is missing
date: 2018-08-03 18:33:05
categories: SpringBoot
tags:
- spring
- ajax
- post
---

因为GetMapping 不支持@RequestBody

改成PostMapping即可