Skip to content

Commit

Permalink
🔧Fix: application-jwt.yml 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinkyung committed Feb 17, 2024
1 parent 09a431c commit 700c885
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@Slf4j
@Configuration
@Getter
@PropertySource(value = "classpath:application-jwt.yml")
public class TokenProvider {


Expand Down

0 comments on commit 700c885

Please sign in to comment.