789101112131415161718
public class TestRun { @Test public void run(){ Config config = new Config(); config.setOpenHeart(true); Schedule schedule = new TestSchedule(); schedule.setConfig(config); schedule.start(); try { Thread.sleep(100000000);
4344454647484950515253
* 3. 开启心跳监控 */ @Override public void start() { if(config == null) config = new Config(); /* 所有配置信息 */ log.info(config.print()); try {