-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jwt 검증 로직 관련 예외처리를 위한 Controller Advice 제거 및 jwt config시 일부 값 default…
… value 적용 #PAR-194 (#11) * feat : Controller advice 삭제 및 jwt manager default value 설정 * style : Google Java Format * fix : refresh secret key default value 적용 안되는 현상 수정 * style : Google Java Format * fix : expire second default value 적용 안되는 현상 수정 * style : Google Java Format --------- Co-authored-by: github-actions <>
- Loading branch information
1 parent
48313bb
commit 38bbe45
Showing
4 changed files
with
6 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
src/main/java/online/partyrun/jwtmanager/controller/ExceptionResponse.java
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/main/java/online/partyrun/jwtmanager/controller/JwtControllerAdvice.java
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
...esources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
online.partyrun.jwtmanager.config.JwtConfig | ||
online.partyrun.jwtmanager.controller.JwtControllerAdvice | ||
online.partyrun.jwtmanager.config.JwtConfig |