Bumping versions

This commit is contained in:
buildmaster
2023-10-13 11:04:26 +00:00
parent d50ec1c5d0
commit 6a0b7f02b2

View File

@@ -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();