From 31b4ad1c22e8374d9daf8a8ae20d2384e84e2ff6 Mon Sep 17 00:00:00 2001 From: bail8001 Date: Tue, 5 Jan 2021 20:54:01 +0000 Subject: [PATCH] first commit --- .gitignore | 6 ++++++ pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e11d940 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/**/.project +/**/.classpath +/**/.settings/ +/**/target/ +/results.csv +/**/.factorypath diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..00a35d5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,38 @@ + + + + + 4.0.0 + + + com.myorganization.mybusiness + myparent.spring-boot-2 + 0.0.1-SNAPSHOT + + + myproject + + pom + + + true + + + + scm:git:http://myorganization.com/bitbucket/scm/myorganization/myproject.git + scm:git:http://myorganization.com/bitbucket/scm/myorganization/myproject.git + HEAD + + + + modules/application + + + + + com.myorganization.mybusiness + mytools.springframework + + + +