| @@ -7,8 +7,8 @@ | |||||
| <packaging>jar</packaging> | <packaging>jar</packaging> | ||||
| <name>easypoi-spring-boot-starter</name> | <name>easypoi-spring-boot-starter</name> | ||||
| <url>https://gitee.com/lemur/easypoi-spring-boot-starter</url> | |||||
| <description>office 工具类 基于 poi</description> | |||||
| <url>http://opensource.afterturn.cn/</url> | |||||
| <description>office utils base poi</description> | |||||
| <licenses> | <licenses> | ||||
| <license> | <license> | ||||
| @@ -18,20 +18,27 @@ | |||||
| </licenses> | </licenses> | ||||
| <scm> | <scm> | ||||
| <connection>https://gitee.com/lemur/easypoi-spring-boot-starter.git</connection> | |||||
| <developerConnection>https://gitee.com/lemur/easypoi-spring-boot-starter.git</developerConnection> | |||||
| <url>https://gitee.com/lemur/easypoi-spring-boot-starter.git</url> | |||||
| <connection>https://github.com/jueyue/easypoi.git</connection> | |||||
| <developerConnection>https://github.com/jueyue/easypoi.git</developerConnection> | |||||
| <url>https://github.com/jueyue/easypoi.git</url> | |||||
| </scm> | </scm> | ||||
| <developers> | <developers> | ||||
| <developer> | <developer> | ||||
| <name>JueYue</name> | <name>JueYue</name> | ||||
| <email>qrb.jueyue@foxmail.com</email> | |||||
| <organization>Easypoi</organization> | |||||
| <organizationUrl>http://www.Easypoi.org</organizationUrl> | |||||
| <email>quranbo@foxmail.com</email> | |||||
| </developer> | |||||
| <developer> | |||||
| <name>魔幻之翼</name> | |||||
| <email>xf.key@163.com</email> | |||||
| </developer> | </developer> | ||||
| </developers> | </developers> | ||||
| <organization> | |||||
| <name>Lumer</name> | |||||
| <url>http://opensource.afterturn.cn/</url> | |||||
| </organization> | |||||
| <properties> | <properties> | ||||
| <spring-boot.version>2.1.5.RELEASE</spring-boot.version> | <spring-boot.version>2.1.5.RELEASE</spring-boot.version> | ||||
| </properties> | </properties> | ||||