From 3351a1e70b47e2fdcc321ffb2fcb4a0614fa2c60 Mon Sep 17 00:00:00 2001 From: jueyue Date: Thu, 19 Apr 2018 16:21:05 +0800 Subject: [PATCH] =?UTF-8?q?maven=E7=89=88=E6=9C=AC=E6=94=B9=E4=B8=80?= =?UTF-8?q?=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 12 +++++ README.md | 7 +-- pom.xml | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 144 insertions(+), 3 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 6143e53..c464713 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,15 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/pom_bak.xml +/deploy_sing.bat +/build/ +/bin/ +.idea/ +*.iml + +.project +.classpath +.settings/ +target/ +deploy.bat \ No newline at end of file diff --git a/README.md b/README.md index a5689a4..e1b6a98 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gradle 引入方式 ``` groovy -compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'0.1.1' +compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'0.2' ``` Maven 引入方式 @@ -11,9 +11,10 @@ Maven 引入方式 cn.afterturn easypoi-spring-boot-starter - 0.1.1 + 0.2 ``` -需要spring-boot-starter-web 来支持 \ No newline at end of file +需要spring-boot-starter-web 来支持 +不需要在配置@ComponentScan("cn.afterturn.easypoi") \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3b81807 --- /dev/null +++ b/pom.xml @@ -0,0 +1,128 @@ + + 4.0.0 + cn.afterturn + easypoi-spring-boot-starter + 0.2 + + https://gitee.com/lemur/easypoi-spring-boot-starter + office 工具类 基于 poi + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + https://gitee.com/lemur/easypoi-spring-boot-starter.git + https://gitee.com/lemur/easypoi-spring-boot-starter.git + https://gitee.com/lemur/easypoi-spring-boot-starter.git + + + + + JueYue + qrb.jueyue@foxmail.com + Easypoi + http://www.Easypoi.org + + + + + 1.2.5.RELEASE + + + + cn.afterturn + easypoi-web + 3.1.0 + + + org.apache.poi + poi-scratchpad + 3.15 + + + org.apache.poi + ooxml-schemas + 1.3 + + + + org.springframework.boot + spring-boot-autoconfigure + ${spring-boot.version} + + + + org.springframework.boot + spring-boot-configuration-processor + ${spring-boot.version} + true + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.5 + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5 + + true + false + release + deploy + + + + maven-source-plugin + 2.1 + + true + + + + compile + + jar + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.6 + 1.6 + UTF-8 + + + + + + + + postaop-pay-platform-release + http://postaop.oicp.net:8081/nexus/content/repositories/postaop-common-release/ + + + postaop-pay-platform-snapshot + http://postaop.oicp.net:8081/nexus/content/repositories/postaop-common-snapshot/ + + + \ No newline at end of file