Skip to content

Commit

Permalink
Readme文档中新增Gradle和SpringBoot的集成
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed May 11, 2018
1 parent 9eeb8fb commit 21b00fa
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ SQL对开发人员来说是核心的资产之一,在开发中经常需要书

适用于Java (web)项目,JDK1.6及以上

### 2. 安装集成
### 2. Maven集成

这里以Maven为例,Maven的引入方式如下:

Expand All @@ -49,6 +49,23 @@ SQL对开发人员来说是核心的资产之一,在开发中经常需要书
</dependency>
```

### 3. Gradle

```bash
compile 'com.blinkfox:zealot:1.3.1'
```

### 4. SpringBoot

如果你的项目是SpringBoot2.x,那么可以直接引入Zealot的[Starter](https://github.com/blinkfox/zealot-spring-boot-starter),且几乎不需要做任何其他方面的配置即可使用,这里是[zealot-spring-boot-starter](https://github.com/blinkfox/zealot-spring-boot-starter)的引入及使用方式说明。

```xml
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>zealot-spring-boot-starter</artifactId>
</dependency>
```

### 3. SpringBoot

如果你的项目是`SpringBoot2.x`,那么可以直接引入Zealot的[Starter](https://github.com/blinkfox/zealot-spring-boot-starter),且几乎不需要做任何其他方面的配置即可使用,这里是[zealot-spring-boot-starter](https://github.com/blinkfox/zealot-spring-boot-starter)的引入及使用方式说明。
Expand Down

0 comments on commit 21b00fa

Please sign in to comment.