File tree Expand file tree Collapse file tree 32 files changed +54
-33
lines changed
chapter-1-spring-boot-quickstart
chapter-2-spring-boot-config
chapter-3-spring-boot-web
chapter-4-spring-boot-validating-form-input
chapter-4-spring-boot-web-thymeleaf
chapter-5-spring-boot-data-jpa
chapter-5-spring-boot-paging-sorting
chapter-6-spring-boot-cache-redis
springboot-mybatis-annotation
springboot-mybatis-mutil-datasource
springboot-mybatis-redis-annotation
springboot-validation-over-json
springboot-webflux-1-quickstart
springboot-webflux-10-book-manage-sys
springboot-webflux-2-restful
springboot-webflux-3-mongodb
springboot-webflux-4-thymeleaf
springboot-webflux-5-thymeleaf-mongodb
springboot-webflux-6-redis
springboot-webflux-7-redis-cache
springboot-webflux-8-websocket
springboot-webflux-9-test Expand file tree Collapse file tree 32 files changed +54
-33
lines changed Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >1.5.1 .RELEASE</version >
16
+ <version >2.1.3 .RELEASE</version >
17
17
</parent >
18
18
19
19
<properties >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.0.0.BUILD-SNAPSHOT </version >
16
+ <version >2.1.3.RELEASE </version >
17
17
</parent >
18
18
19
19
<properties >
52
52
<plugin >
53
53
<groupId >org.springframework.boot</groupId >
54
54
<artifactId >spring-boot-maven-plugin</artifactId >
55
- <version >1.5.1 .RELEASE</version >
55
+ <version >2.1.3 .RELEASE</version >
56
56
</plugin >
57
57
58
58
</plugins >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.0.0.BUILD-SNAPSHOT </version >
16
+ <version >2.1.3.RELEASE </version >
17
17
</parent >
18
18
19
19
<properties >
Original file line number Diff line number Diff line change 71
71
<plugin >
72
72
<groupId >org.springframework.boot</groupId >
73
73
<artifactId >spring-boot-maven-plugin</artifactId >
74
- <version >1.5.1 .RELEASE</version >
74
+ <version >2.1.3 .RELEASE</version >
75
75
</plugin >
76
76
</plugins >
77
77
</build >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.0.0.BUILD-SNAPSHOT </version >
16
+ <version >2.1.3.RELEASE </version >
17
17
</parent >
18
18
19
19
<properties >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.0.0.BUILD-SNAPSHOT </version >
16
+ <version >2.1.3.RELEASE </version >
17
17
</parent >
18
18
19
19
<properties >
Original file line number Diff line number Diff line change 60
60
<plugin >
61
61
<groupId >org.springframework.boot</groupId >
62
62
<artifactId >spring-boot-maven-plugin</artifactId >
63
- <version >1.5.1 .RELEASE</version >
63
+ <version >2.1.3 .RELEASE</version >
64
64
</plugin >
65
65
</plugins >
66
66
</build >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.0.0.BUILD-SNAPSHOT </version >
16
+ <version >2.1.3.RELEASE </version >
17
17
</parent >
18
18
19
19
<properties >
Original file line number Diff line number Diff line change 73
73
<!-- 第 5 章《数据存储》 -->
74
74
<module >chapter-5-spring-boot-data-jpa</module >
75
75
<!-- 第 6 章《数据缓存》 -->
76
- <module >chapter-6-spring-boot-cache-redis</module >
76
+ <!-- < module>chapter-6-spring-boot-cache-redis</module> -- >
77
77
78
78
<!-- 第四章表单校验案例 -->
79
79
<module >chapter-4-spring-boot-validating-form-input</module >
80
80
<!-- 第五章数据分页排序案例 -->
81
81
<module >chapter-5-spring-boot-paging-sorting</module >
82
82
83
+ <module >springboot-hbase</module >
83
84
</modules >
84
85
85
86
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >1.5.1 .RELEASE</version >
15
+ <version >2.1.3 .RELEASE</version >
16
16
</parent >
17
17
18
18
<dependencies >
You can’t perform that action at this time.
0 commit comments