Document that spring.jmx.enabled is not for third-party libraries

Closes gh-42272
This commit is contained in:
Phillip Webb
2024-09-12 13:27:00 -07:00
parent a810494447
commit 03e7be3ccf
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.jmx.support.RegistrationPolicy;
public class JmxProperties {
/**
* Expose management beans to the JMX domain.
* Expose Spring's management beans to the JMX domain.
*/
private boolean enabled = false;