Skip to content

Instantly share code, notes, and snippets.

@tomatophobia
Created June 30, 2023 15:48
final boolean needsManagementPort = findBean(beanFactory, "actuatorServerConfigurator", ArmeriaServerConfigurator.class) != null;
if (needsManagementPort && managementServerPort != null) {
internalPortsBuilder.add(managementServerPort);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment