We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969934a commit 479c362Copy full SHA for 479c362
src/main/java/com/example/FixLog/util/JwtUtil.java
@@ -14,7 +14,7 @@
14
@Component
15
public class JwtUtil {
16
17
- @Value("${spring.jwt.secret}")
+ @Value("${jwt.secret}")
18
private String secretKeyString;
19
20
private Key secretKey;
0 commit comments