Ver a proveniência

升级到3.2.0

4.1.3.A
jueyue há 8 anos
ascendente
cometimento
e7e62a3af2
2 ficheiros alterados com 7 adições e 5 eliminações
  1. +4
    -2
      README.md
  2. +3
    -3
      pom.xml

+ 4
- 2
README.md Ver ficheiro

@@ -11,10 +11,12 @@ Maven 引入方式
<dependency> <dependency>
<groupId>cn.afterturn</groupId> <groupId>cn.afterturn</groupId>
<artifactId>easypoi-spring-boot-starter</artifactId> <artifactId>easypoi-spring-boot-starter</artifactId>
<version>0.2</version>
<version>3.2.0</version>
</dependency> </dependency>
``` ```
需要spring-boot-starter-web 来支持 需要spring-boot-starter-web 来支持
不需要在配置@ComponentScan("cn.afterturn.easypoi")
不需要在配置@ComponentScan("cn.afterturn.easypoi")
和easypoi版本保持一致

+ 3
- 3
pom.xml Ver ficheiro

@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cn.afterturn</groupId> <groupId>cn.afterturn</groupId>
<artifactId>easypoi-spring-boot-starter</artifactId> <artifactId>easypoi-spring-boot-starter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>asypoi-spring-boot-starter</name>
<name>easypoi-spring-boot-starter</name>


<url>https://gitee.com/lemur/easypoi-spring-boot-starter</url> <url>https://gitee.com/lemur/easypoi-spring-boot-starter</url>
<description>office 工具类 基于 poi</description> <description>office 工具类 基于 poi</description>
@@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>cn.afterturn</groupId> <groupId>cn.afterturn</groupId>
<artifactId>easypoi-web</artifactId> <artifactId>easypoi-web</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>


Carregando…
Cancelar
Guardar