@Test
 public void testSaveSettings() throws IOException {
   marshallingService.saveSettings(xmlFile, jobSchedulingData);
   assertTrue(xmlFile.exists());
   System.out.printf(
       "生成的xml文件:%s%s", xmlFile.getAbsoluteFile(), System.getProperty("line.separator"));
 }