Skip to content

Commit

Permalink
update > v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihengming committed Feb 5, 2018
1 parent 63ea9e8 commit 0ada25a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions druid-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Druid Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成Drui
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```
```Gradle```
```xml
compile 'com.alibaba:druid-spring-boot-starter:1.1.6'
compile 'com.alibaba:druid-spring-boot-starter:1.1.7'

```
2. 添加配置
Expand Down
4 changes: 2 additions & 2 deletions druid-spring-boot-starter/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Spring Boot with Druid support, help you simplify Druid config in Spring Boot.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```
```Gradle```
```xml
compile 'com.alibaba:druid-spring-boot-starter:1.1.6'
compile 'com.alibaba:druid-spring-boot-starter:1.1.7'
```
2. Add configuration properties.
```xml
Expand Down
4 changes: 2 additions & 2 deletions druid-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<packaging>jar</packaging>
<name>druid-spring-boot-starter</name>
<description>Spring Boot with Druid support,help you simplify Druid config in Spring Boot.</description>
<url>https://github.com/alibaba/druid</url>

<properties>
<druid.version>1.1.6</druid.version>
<druid.version>1.1.7</druid.version>
<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
</properties>

Expand Down

0 comments on commit 0ada25a

Please sign in to comment.