From 52ef4dd7f25a352a309103622ee8b84961faae09 Mon Sep 17 00:00:00 2001 From: skw0917 <65753907+skw0917@users.noreply.github.com> Date: Wed, 22 Dec 2021 00:03:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B4=EB=B8=90=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/root/bo/pom.xml | 26 +++++++ back/root/cmm/pom.xml | 21 ++++++ back/root/fo/pom.xml | 42 +++++++++++ back/root/pom.xml | 158 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 247 insertions(+) create mode 100644 back/root/bo/pom.xml create mode 100644 back/root/cmm/pom.xml create mode 100644 back/root/fo/pom.xml create mode 100644 back/root/pom.xml diff --git a/back/root/bo/pom.xml b/back/root/bo/pom.xml new file mode 100644 index 0000000..e98d21c --- /dev/null +++ b/back/root/bo/pom.xml @@ -0,0 +1,26 @@ + + + 4.0.0 + + sample.ustraframework.java + back + 0.0.1-SNAPSHOT + + bo + bo + + + + com.gsitm.ustra.java.starter + ustra-starter-vue-bo + ${ustra.version} + + + sample.ustraframework.java + cmm + ${parent.version} + + + \ No newline at end of file diff --git a/back/root/cmm/pom.xml b/back/root/cmm/pom.xml new file mode 100644 index 0000000..44599eb --- /dev/null +++ b/back/root/cmm/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + sample.ustraframework.java + back + 0.0.1-SNAPSHOT + + cmm + cmm + + + + com.gsitm.ustra.java.starter + ustra-starter-restapi + ${ustra.version} + + + \ No newline at end of file diff --git a/back/root/fo/pom.xml b/back/root/fo/pom.xml new file mode 100644 index 0000000..04e6eff --- /dev/null +++ b/back/root/fo/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + sample.ustraframework.java + back + 0.0.1-SNAPSHOT + + fo + fo + + + + + com.gsitm.ustra.java.starter + ustra-starter-restapi + ${ustra.version} + + + com.gsitm.ustra.java + ustra-mvc-view + ${ustra.version} + + + com.gsitm.ustra.java + ustra-data-mybatis + ${ustra.version} + + + com.gsitm.ustra.java + ustra-security-jwt + ${ustra.version} + + + sample.ustraframework.java + cmm + ${parent.version} + + + \ No newline at end of file diff --git a/back/root/pom.xml b/back/root/pom.xml new file mode 100644 index 0000000..fa88a49 --- /dev/null +++ b/back/root/pom.xml @@ -0,0 +1,158 @@ + + 4.0.0 + sample.ustraframework.java + back + 0.0.1-SNAPSHOT + pom + + cmm + fo + bo + + + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + 0.0.1-SNAPSHOT + 2.0.50.8-SNAPSHOT + 2.2.5.RELEASE + 2.15.0 + + + + + nexus + https://repo.gsitm.com/repository/m2-public/ + + + central + https://repo1.maven.org/maven2/ + + + + + + nexus + Maven Plugin Nexus Repository + https://repo.gsitm.com/repository/m2-public/ + + + central + Maven Plugin Repository + https://repo1.maven.org/maven2/ + + + + + + + + ch.qos.logback + logback-core + 1.2.9 + + + + ch.qos.logback + logback-classic + 1.2.9 + + + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j2.version} + + + + org.apache.logging.log4j + log4j-api + ${log4j2.version} + + + + org.springframework.boot + spring-boot-starter + + + + + org.springframework.boot + spring-boot-starter-test + + + org.junit.vintage + junit-vintage-engine + + + test + + + + + org.junit.platform + junit-platform-launcher + test + + + + + org.projectlombok + lombok + provided + + + + + org.springframework.boot + spring-boot-starter-aop + + + + + org.springframework.boot + spring-boot-configuration-processor + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + false + + + + + + + \ No newline at end of file