File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.0.0 .RELEASE</version >
14
+ <version >2.0.1 .RELEASE</version >
15
15
</parent >
16
16
17
17
<properties >
40
40
<groupId >org.springframework.boot</groupId >
41
41
<artifactId >spring-boot-starter-test</artifactId >
42
42
</dependency >
43
+ <dependency >
44
+ <groupId >org.springframework.boot</groupId >
45
+ <artifactId >spring-boot-starter-actuator</artifactId >
46
+ </dependency >
43
47
<dependency >
44
48
<groupId >org.springframework.boot</groupId >
45
49
<artifactId >spring-boot-devtools</artifactId >
84
88
<dependency >
85
89
<groupId >tk.mybatis</groupId >
86
90
<artifactId >mapper-spring-boot-starter</artifactId >
87
- <version >2.0.1 </version >
91
+ <version >2.0.2 </version >
88
92
</dependency >
89
93
<!-- pagehelper-->
90
94
<dependency >
91
95
<groupId >com.github.pagehelper</groupId >
92
96
<artifactId >pagehelper-spring-boot-starter</artifactId >
93
- <version >1.2.4 </version >
97
+ <version >1.2.5 </version >
94
98
<exclusions >
95
99
<exclusion >
96
100
<groupId >org.mybatis.spring.boot</groupId >
108
112
<dependency >
109
113
<groupId >com.alibaba</groupId >
110
114
<artifactId >druid-spring-boot-starter</artifactId >
111
- <version >1.1.0 </version >
115
+ <version >1.1.9 </version >
112
116
</dependency >
113
117
114
118
</dependencies >
You can’t perform that action at this time.
0 commit comments