Updated docs with proper name of user property in Eureka First Bootstrap
According to [DiscoveryClientConfigServiceBootstrapConfiguration.java](https://github.com/spring-cloud/spring-cloud-config/blob/master/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/DiscoveryClientConfigServiceBootstrapConfiguration.java), proper name of `username` property is `user`.
This commit is contained in:
@@ -869,7 +869,7 @@ eureka:
|
||||
instance:
|
||||
...
|
||||
metadataMap:
|
||||
username: osufhalskjrtl
|
||||
user: osufhalskjrtl
|
||||
password: lviuhlszvaorhvlo5847
|
||||
configPath: /config
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user