Skip to content

Commit 5ad0d2a

Browse files
author
willjsw
committed
refactor #3: CGLIB Proxy 이슈 해결(@RefreshScope 해제)
1 parent 1f041ca commit 5ad0d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/irum/apigateway/properties/JwtProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
import org.springframework.cloud.context.config.annotation.RefreshScope;
55

66
@ConfigurationProperties(prefix = "security.jwt")
7-
@RefreshScope
7+
//@RefreshScope
88
public record JwtProperties(String accessTokenSecret) {}

0 commit comments

Comments
 (0)