问题
postman发送x-www-form-urlencoded格式的参数后端接收不到,后端controller层已经写了@RequestParam 来接收参数
原因
我调用请求是用的get方法
解决
用post发起请求
Lombok的@Builder.Default失效
charles没有显示request和response