1
0
mirror of https://github.com/drtrang/druid-spring-boot.git synced 2026-09-24 02:35:09 +00:00
This commit is contained in:
trang
2017-12-26 18:01:38 +08:00
parent 5ceff4e2b8
commit 694af98ae3
10 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ Druid Spring Boot Starter 将帮助你在 Spring Boot 中使用 Druid。
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
```

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-actuator</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-actuator-autoconfigure</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-actuator</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-actuator-starter</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-parent</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-actuator</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-example</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-mybatis-example</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-parent</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-example</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-autoconfigure</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot-starter</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>druid-spring-boot-parent</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<artifactId>druid-spring-boot</artifactId>

View File

@@ -6,11 +6,11 @@
<parent>
<groupId>com.github.drtrang</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>druid-spring-boot-parent</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<packaging>pom</packaging>
<name>Druid Spring Boot Starter</name>