Remove any extra curly braces from the @Value annotation (#5838)
This commit is contained in:
parent
0e4e1f6ad8
commit
b55b42cc0e
@ -65,10 +65,10 @@ public class AuthConfigs {
|
|||||||
@Value("${nacos.core.auth.server.identity.key:}")
|
@Value("${nacos.core.auth.server.identity.key:}")
|
||||||
private String serverIdentityKey;
|
private String serverIdentityKey;
|
||||||
|
|
||||||
@Value(("${nacos.core.auth.server.identity.value:}"))
|
@Value("${nacos.core.auth.server.identity.value:}")
|
||||||
private String serverIdentityValue;
|
private String serverIdentityValue;
|
||||||
|
|
||||||
@Value(("${nacos.core.auth.enable.userAgentAuthWhite:true}"))
|
@Value("${nacos.core.auth.enable.userAgentAuthWhite:true}")
|
||||||
private boolean enableUserAgentAuthWhite;
|
private boolean enableUserAgentAuthWhite;
|
||||||
|
|
||||||
public byte[] getSecretKeyBytes() {
|
public byte[] getSecretKeyBytes() {
|
||||||
|
Loading…
Reference in New Issue
Block a user