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 1f041ca commit 5ad0d2aCopy full SHA for 5ad0d2a
1 file changed
src/main/java/com/irum/apigateway/properties/JwtProperties.java
@@ -4,5 +4,5 @@
4
import org.springframework.cloud.context.config.annotation.RefreshScope;
5
6
@ConfigurationProperties(prefix = "security.jwt")
7
-@RefreshScope
+//@RefreshScope
8
public record JwtProperties(String accessTokenSecret) {}
0 commit comments