Bumping versions
This commit is contained in:
@@ -84,7 +84,8 @@ public class EurekaDiscoveryClientConfiguration {
|
||||
private EurekaAutoServiceRegistration autoRegistration;
|
||||
|
||||
public void onApplicationEvent(RefreshScopeRefreshedEvent event) {
|
||||
// This will force the creation of the EurekaClient bean if not already created
|
||||
// This will force the creation of the EurekaClient bean if not already
|
||||
// created
|
||||
// to make sure the client will be re-registered after a refresh event
|
||||
if (eurekaClient != null) {
|
||||
eurekaClient.getApplications();
|
||||
|
||||
Reference in New Issue
Block a user