From afa062ccf8c46f73bc14c00af2d67d3d1525c4ab Mon Sep 17 00:00:00 2001 From: rongchao Date: Sun, 16 Feb 2020 10:32:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 29 ++++++++++ pom.xml | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..224e480 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Created by .ignore support plugin (hsz.mobi) +### Java template +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +.idea/ +*.iml +target/ + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..36ff4e4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,158 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 2.1.7.RELEASE + + + com.esua.epdc.shibei + esua-epdc-shibei + 1.0.0 + pom + 市北党建e家父模块 + + + UTF-8 + UTF-8 + 1.8 + Greenwich.RELEASE + 2.1.0.RELEASE + 2.7.0 + 1.1.1 + 2.0.3 + 0.8.0 + 47.104.85.99:9002 + 1.4.13 + prod + registry.cn-qingdao.aliyuncs.com/esua-epdc-shibei/ + 9508 + 2.1.1.RELEASE + + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud.version} + pom + import + + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + ${spring-cloud-alibaba-dependencies.version} + pom + import + + + + io.seata + seata-all + ${seata.version} + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-config + ${spring-cloud-starter-alibaba-nacos-config.version} + + + + + + + + + com.spotify + dockerfile-maven-plugin + ${dockerfile-maven-plugin.version} + + + + com.spotify + dockerfile-maven-plugin + ${dockerfile-maven-plugin.version} + + + default + + + build + push + + + + + ${project.artifactId} + elink201801 + elink833066 + ${docker.repository.prefix}${project.artifactId} + ${docker.tag} + + + target/${project.build.finalName}.jar + ${project.artifactId} + ${server.port} + + + + + + + + + + elink-release + aliyun nexus + http://47.104.224.45:9002/repository/maven-public/ + + true + + + + centerl-release + centerl + https://repo1.maven.org/maven2/ + + true + + + + sonatype + sonatype nexus + https://oss.sonatype.org/content/repositories/snapshots + + true + + + + + + public + aliyun nexus + http://47.104.224.45:9002/repository/maven-public/ + + true + + + false + + + + +