Skip to content

Commit 46400b8

Browse files
committed
升级到最新版本
1 parent 60a3216 commit 46400b8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.0.RELEASE</version>
14+
<version>2.0.1.RELEASE</version>
1515
</parent>
1616

1717
<properties>
@@ -40,6 +40,10 @@
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-starter-test</artifactId>
4242
</dependency>
43+
<dependency>
44+
<groupId>org.springframework.boot</groupId>
45+
<artifactId>spring-boot-starter-actuator</artifactId>
46+
</dependency>
4347
<dependency>
4448
<groupId>org.springframework.boot</groupId>
4549
<artifactId>spring-boot-devtools</artifactId>
@@ -84,13 +88,13 @@
8488
<dependency>
8589
<groupId>tk.mybatis</groupId>
8690
<artifactId>mapper-spring-boot-starter</artifactId>
87-
<version>2.0.1</version>
91+
<version>2.0.2</version>
8892
</dependency>
8993
<!--pagehelper-->
9094
<dependency>
9195
<groupId>com.github.pagehelper</groupId>
9296
<artifactId>pagehelper-spring-boot-starter</artifactId>
93-
<version>1.2.4</version>
97+
<version>1.2.5</version>
9498
<exclusions>
9599
<exclusion>
96100
<groupId>org.mybatis.spring.boot</groupId>
@@ -108,7 +112,7 @@
108112
<dependency>
109113
<groupId>com.alibaba</groupId>
110114
<artifactId>druid-spring-boot-starter</artifactId>
111-
<version>1.1.0</version>
115+
<version>1.1.9</version>
112116
</dependency>
113117

114118
</dependencies>

0 commit comments

Comments
 (0)