|
@@ -17,7 +17,7 @@ import java.util.*;
|
|
|
*/
|
|
*/
|
|
|
public class XmlTest {
|
|
public class XmlTest {
|
|
|
|
|
|
|
|
- @Test
|
|
|
|
|
|
|
+// @Test
|
|
|
public void parseXml() throws Exception{
|
|
public void parseXml() throws Exception{
|
|
|
String xmlStr = FileCopyUtils.copyToString(new FileReader("E:\\file\\test\\deputyOrder.xml"));
|
|
String xmlStr = FileCopyUtils.copyToString(new FileReader("E:\\file\\test\\deputyOrder.xml"));
|
|
|
Map<String, Object> model = new HashMap<>();
|
|
Map<String, Object> model = new HashMap<>();
|