temp authentication user

This commit is contained in:
dirgantarasiahaan
2023-05-25 11:55:47 +07:00
parent 77dfe44ee6
commit d50b2a8eef
16 changed files with 368 additions and 78 deletions

View File

@@ -29,7 +29,7 @@ public class TokenManagement extends BaseEntity {
private String id;
@Column(name = "user_id")
private String userId;
private Long userId;
@Lob
@Column(name = "access_token")