Browse Source

更新引入方式

4.1.3.A
xfworld 8 years ago
parent
commit
4dad104980
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      README.md

+ 10
- 0
README.md View File

@@ -4,4 +4,14 @@
Gradle 引入方式
compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'0.1.1'
Maven 引入方式
```xml
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-spring-boot-starter</artifactId>
<version>0.1.1</version>
</dependency>
```
需要spring-boot-starter-web 来支持

Loading…
Cancel
Save