diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04b4b7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +HELP.md +target/ +.mvn +!**/src/main/**/target/ +!**/src/test/**/target/ +mvnw +mvnw.cmd + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +*.ice +*.jar + +.idea +*.iws +*.iml +*.ipr +*.log +doc/ +etc/ + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ +*.jar +/jarlib/ +/etc/crawl-config.properties +/package/ +app-log +screen-shot/* +/doc/ +/src/main/java/com/percent/crawler/service/handler/Test.java + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6560a98 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..c0d9aa2 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_4_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_4_0.xml new file mode 100644 index 0000000..0119075 --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_4_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_20.xml b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_20.xml new file mode 100644 index 0000000..9e87dc8 --- /dev/null +++ b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_20.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/cl_query_data_job/cl_query_data_job.iml b/cl_query_data_job/cl_query_data_job.iml index 723d521..b959125 100644 --- a/cl_query_data_job/cl_query_data_job.iml +++ b/cl_query_data_job/cl_query_data_job.iml @@ -24,7 +24,7 @@ - +