# easypoi-spring-boot-starter **Repository Path**: baple/easypoi-spring-boot-starter ## Basic Information - **Project Name**: easypoi-spring-boot-starter - **Description**: 支持spring boot 快速引入 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2018-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easypoi-spring-boot-starter 支持spring boot 快速引入 Gradle 引入方式 ``` groovy compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'0.2' ``` Maven 引入方式 ```xml cn.afterturn easypoi-spring-boot-starter 0.2 ``` 需要spring-boot-starter-web 来支持 不需要在配置@ComponentScan("cn.afterturn.easypoi")