2018年5月18日 — 在entity中id主鍵頂部寫入@GeneratedValue(generator = "jpa-uuid"),註意generator中的值必須與註釋@GenericGenerator中name屬性完全一致。
確定! 回上一頁