BAEL-5060 JMX ports explained (#11505)

This commit is contained in:
polomos
2021-12-05 03:40:46 +01:00
committed by GitHub
parent 87b449ecca
commit 669f153727

View File

@@ -0,0 +1,10 @@
package com.baeldung.jmx;
public class JMXConfiguration {
public static void main(String[] args) {
while (true) {
// to ensure application does not terminate
}
}
}