因为数据库里面没有设置json格式,所有会报错,可以将@RequestBody删了,或者改为@RequestParam
Spring Boot接收请求时出现 Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
最新推荐文章于 2025-03-20 14:54:16 发布
因为数据库里面没有设置json格式,所有会报错,可以将@RequestBody删了,或者改为@RequestParam