You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jueyue a4467bf5f8 针对客户提供的pull,无法合并的进行了手工修改部分提交 6 years ago
src/main 升级spring版本 7 years ago
.gitignore 模板对象属性问题 7 years ago
LICENSE Initial commit 8 years ago
README.md spring boot 4.0.0 6 years ago
pom.xml 针对客户提供的pull,无法合并的进行了手工修改部分提交 6 years ago

README.md

easypoi-spring-boot-starter

支持spring boot 快速引入

Gradle 引入方式

compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'4.0.0'

Maven 引入方式

<dependency>
    <groupId>cn.afterturn</groupId>
    <artifactId>easypoi-spring-boot-starter</artifactId>
    <version>4.0.0</version>
</dependency>

需要spring-boot-starter-web 来支持 不需要在配置@ComponentScan(“cn.afterturn.easypoi”)

和easypoi版本保持一致