Skip to content

Commit 479c362

Browse files
authored
Update JwtUtil.java
1 parent 969934a commit 479c362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/FixLog/util/JwtUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@Component
1515
public class JwtUtil {
1616

17-
@Value("${spring.jwt.secret}")
17+
@Value("${jwt.secret}")
1818
private String secretKeyString;
1919

2020
private Key secretKey;

0 commit comments

Comments
 (0)