websocket :(
database :)
This commit is contained in:
@@ -9,7 +9,7 @@ import jakarta.persistence.Id;
|
||||
public class Event {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
private String id;
|
||||
private Long id;
|
||||
private String timestamp;
|
||||
private String className;
|
||||
private String methodName;
|
||||
|
||||
Reference in New Issue
Block a user