Skip to content

Commit

Permalink
修改 v2.1.0 版本的文档的 Maven 集成版本
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Nov 21, 2019
1 parent 149d216 commit 11fdb47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

### Gradle

```bash
compile 'com.blinkfox:fenix-spring-boot-starter:2.0.0'
compile 'com.blinkfox:fenix-spring-boot-starter:2.1.0'
```

### 激活 Fenix FactoryBean
Expand Down Expand Up @@ -90,14 +90,14 @@ fenix:
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

### Gradle

```bash
compile 'com.blinkfox:fenix:2.0.0'
compile 'com.blinkfox:fenix:2.1.0'
```

### 激活 Fenix FactoryBean
Expand Down

0 comments on commit 11fdb47

Please sign in to comment.