complete url verifications

This commit is contained in:
heyethereum
2024-08-13 21:03:15 +08:00
parent 63e2d299fd
commit 8665693642
3 changed files with 17 additions and 6 deletions

View File

@@ -23,6 +23,9 @@ import java.util.UUID;
@NoArgsConstructor
@AllArgsConstructor
public class URLEntity {
@Column(name="classifications")
private String classifications;
@Id
@JsonIgnore
@GeneratedValue(generator = "UUID")