|
|
@ -27,7 +27,7 @@ public class CollectApplication {
|
|
|
|
props.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
|
|
|
|
props.setProperty("javax.xml.parsers.DocumentBuilderFactory", "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
|
|
|
|
SpringApplication.run(CollectApplication.class, args);
|
|
|
|
SpringApplication.run(CollectApplication.class, args);
|
|
|
|
|
|
|
|
|
|
|
|
testCollectJob();
|
|
|
|
// testCollectJob();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|