The Spring Data JPA primary key uses the UUID policy. @Id @GeneratedValue(generator="system_uuid") @GenericGenerator(name="system_uuid",strategy="uuid") ...
確定! 回上一頁