Spring Data JPA主键采用UUID策略. @Id @GeneratedValue(generator="system_uuid") @GenericGenerator(name="system_uuid",strategy="uuid") private ...
確定! 回上一頁