当使用UUID类型的数据作为主键的时候,务必使id的数据类型为String而不是UUID,比如应该写为: @Id @GenericGenerator(name = "system-uuid", strategy = "uuid2") ...
確定! 回上一頁