# chapter06-05 **Repository Path**: hqujava/chapter06-05 ## Basic Information - **Project Name**: chapter06-05 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.用put更新Order数据,由于级联的关系Order数据中包含User数据,但User数据具有安全性约束,因此Put更新数据是Json中的User域应该设置为null 2.数据准备可以采用GetMapping获取,注意put要求更新前数据已经存在于数据库中,否则无法更新(不是创建)