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.

471 B

easypoi-spring-boot-starter

支持spring boot 快速引入

Gradle 引入方式

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

Maven 引入方式

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

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