添加了pqdif解析的基础功能,开放了一个基础解析接口。
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
package com.njcn.gather.tool.parsepqdif;
|
||||||
|
|
||||||
|
import org.springframework.boot.SpringApplication;
|
||||||
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
|
@SpringBootApplication(scanBasePackages = {
|
||||||
|
"com.njcn.gather.tool.parsepqdif"
|
||||||
|
})
|
||||||
|
public class ParsePqdifOnlyApplication {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
SpringApplication.run(ParsePqdifOnlyApplication.class, args);
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user