fanli/src/main/java/com/yeshi/fanli/controller/TestController.java
@@ -642,4 +642,14 @@ } } @RequestMapping("getSchedulerList") public void getSchedulerList(PrintWriter out) { try { for (String groupName : scheduler.getJobGroupNames()) { System.out.println(groupName); } } catch (Exception e) { } } }