Skip to content

Commit

Permalink
[!HOTFIX] @value 어노테이션 에러 해결 #77
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonHaeseung committed May 17, 2024
1 parent 0c5c6a0 commit 0a3f647
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
public class OAuthSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler {
private final JwtTokenProvider jwtTokenProvider;

@Value("frontend.redirect-url")
@Value("${frontend.redirect-url}")
private String frontRedirectUrl;

@Value("backend.server-name")
@Value("${backend.server-name}")
private String backServerName;

@Override
Expand Down

0 comments on commit 0a3f647

Please sign in to comment.