博主首页
摘要: Springboot 多传参数导致 JSON parse error: Unrecognized filed ...异常 默认情况下@RequestBody标注的对象必须包含前台传来的所有字段。 如果没有包含前台传来的字段,就会报错:Unrecognized field xxx , not mark 阅读全文
posted @ 2022-09-22 09:35 笑~笑 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value 先按提示添加maxLifetime的超时时间试试看 spring: # 数据库连接 dataso 阅读全文
posted @ 2022-09-22 09:17 笑~笑 阅读(1165) 评论(0) 推荐(0) 编辑