diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..eeb2408be28d5a53540a022c2f3dd25fc7d4329a --- /dev/null +++ b/pom.xml @@ -0,0 +1,155 @@ + + + 4.0.0 + + com.test + cs-docker-demo + 1.2.7 + + + 1.8 + UTF-8 + UTF-8 + 2.3.8.RELEASE + + + + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.apache.commons + commons-pool2 + 2.5.0 + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + dom4j + dom4j + 1.6.1 + + + cn.hutool + hutool-all + 5.8.11 + + + + + com.lowagie + itext + 2.1.7 + + + net.bull.javamelody + javamelody-spring-boot-starter + 1.76.0 + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + com.test.App + + + + repackage + + repackage + + + + + + + + com.spotify + dockerfile-maven-plugin + 1.3.5 + + + + default + + build + + + + + + 192.168.11.131:5000/myrepo/${project.artifactId} + ${project.version} + + ${project.build.finalName}.jar + + + + + + + + \ No newline at end of file