diff --git a/.gitignore b/.gitignore index a1c2a23..a90b837 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,12 @@ # Mobile Tools for Java (J2ME) .mtj.tmp/ +# idea folder +.idea/ + +# idea project file +**/*.iml + # Package Files # *.jar *.war diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5f7b16b --- /dev/null +++ b/pom.xml @@ -0,0 +1,25 @@ + + + + + 4.0.0 + + co.topc.base + base-project + pom + 1.0.0 + Topc Base Project + Topc Base Project + + + ${basedir}/.. + + + + + topc-base-dependencies + + + diff --git a/topc-base-dependencies/pom.xml b/topc-base-dependencies/pom.xml new file mode 100644 index 0000000..81cec2d --- /dev/null +++ b/topc-base-dependencies/pom.xml @@ -0,0 +1,36 @@ + + + + base-project + co.topc.base + 1.0.0 + + 4.0.0 + + topc-base-dependencies + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + https://github.com/topc-co/topc-base-project + + + + Eric + zaqweb@topc.co + Topc (ShenZhen) Technology co,. LTD + https://www.topc.co + + + + + ${basedir}/../.. + + + \ No newline at end of file