Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
jueyue 997d09b5b0 shfit 的时候最后一行问题 il y a 6 ans
src/main 4.1版本最终测试版本 il y a 6 ans
.gitignore 模板对象属性问题 il y a 8 ans
LICENSE Initial commit il y a 8 ans
README.md spring boot 4.0.0 il y a 7 ans
pom.xml shfit 的时候最后一行问题 il y a 6 ans

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版本保持一致