Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported 问题背景新增页面代码改造 问题背景 这里有一个需求,前端页面需要往后端传参,参数包括主表数据字段以及子表数据字段,由于主表与子表为一对多关系,在添加一条主表记录可能会添加多条子表记录,因此新增数据时需要向后端传参主表字段及子表l
1.定义converter public class CustomerMessageConverter extends AbstractHttpMessageConverter<T> {private static final FormHttpMessageConverter formHttpMessageConverter=new FormHttpMessageConverter();priv