Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- domain model
- 알고리즘
- 멘딕스
- 매개변수 탐색
- 자료구조
- Mendix
- Recursion
- 백트래킹
- 자바
- microflow
- 가중치없는그래프
- algorithm
- 반효경교수님
- SQL
- 그래프
- 스택
- 완전탐색
- MySQL
- Sort
- 집합
- 프로그래머스
- 재귀
- dfs
- 트리
- 이분탐색
- git
- 정렬
- lcap
- 해시맵
- Bruteforce
Archives
- Today
- Total
728x90
목록webtoken (1)
mondegreen
JWT 토큰 만들다 10시간 동안 경주마된 썰
JWTUtils.java package com.kkosunnae.deryeogage.global.util; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import io.jsonwebtoken.*; import io.jsonwebtoken.security.Keys; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import javax.crypto.SecretKey; import java.io.UnsupportedEncod..
기타/공통프로젝트_에러로그
2023. 7. 30. 23:04
728x90