Ready to use redis

This commit is contained in:
hou27
2022-06-17 02:39:49 +09:00
parent 38b8ec824b
commit f5ac7e8de5
6 changed files with 54 additions and 12 deletions

View File

@@ -7,4 +7,5 @@ import lombok.Getter;
@Getter
public class TokenDto {
private String access_token;
private String refresh_token;
}