Home > Back-end >  Springboot calibration problem
Springboot calibration problem

Time:12-19

Springboot notes, please check, to use @ Transient annotation fields don't check should be how to save the always prompt virtual field cannot be empty, when this field is only used when importing, front desk save without this field

CodePudding user response:

Entity class fields with @ TableField (updateStrategy=FieldStrategy. IGNORED)
  • Related