File tree Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,17 @@ Spring Boot使用的各种示例,以最简单、最实用为标准
10
10
11
11
## Spring Boot 2.0
12
12
13
+
14
+ ** 示例代码**
15
+
16
+ - [ spring-boot-banner] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner ) :Spring Boot 定制 Banner 示例
17
+
18
+
19
+
13
20
** 参考文章**
14
21
15
- - [ Spring Boot 2.0(一):【重磅】Spring Boot 2.0权威发布] ( http://www.ityouknow.com/springboot/2018/03/01/spring-boot-2.0.html )
22
+ - [ Spring Boot 2.0(一):【重磅】Spring Boot 2.0权威发布] ( http://www.ityouknow.com/springboot/2018/03/01/spring-boot-2.0.html )
23
+ - [ Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner] ( http://www.ityouknow.com/springboot/2018/03/03/spring-boot-banner.html )
16
24
17
25
18
26
---
Original file line number Diff line number Diff line change 2
2
3
3
this is ablout learn Spring Boot Examples
4
4
5
- Demo website:http://www.ityouknow.com/
6
5
7
- [ Spring Cloud example code] ( https://github.com/ityouknow/spring-cloud-examples )
8
-
9
- [ Contribution] ( https://github.com/ityouknow/spring-boot-examples/issues )   ; |   ; [ 中文] ( README.md )
6
+ [ Spring Cloud example code] ( https://github.com/ityouknow/spring-cloud-examples )   ; |   ; [ 中文] ( README.md )
10
7
11
8
Spring Boot Examples, Use the simplest and most useful scene demo.
12
9
10
+ ---
11
+
12
+ ## Spring Boot 2.0
13
+
14
+ - [ spring-boot-banner] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner ) :Spring Boot Customized Banner
15
+
16
+
17
+
18
+ ---
19
+
20
+ ## Spring Boot 1.0
21
+
13
22
- [ spring-boot-helloWorld] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld ) :Spring Boot helloWorld
14
23
- [ spring-boot-mybaits-annotation] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-annotation ) :Spring Boot use mybatis annotation
15
24
- [ spring-boot-mybaits-xml] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-xml ) :Spring Boot use mybatis xml
@@ -30,4 +39,8 @@ Spring Boot Examples, Use the simplest and most useful scene demo.
30
39
- [ spring-boot-actuator] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-actuator ) :Spring Boot Actuator demo
31
40
- [ spring-boot-admin-simple] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-admin-simple ) :Spring Boot Admin demo
32
41
42
+
43
+
44
+ - [ spring-boot-banner] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner ) :Spring Boot 定制 Banner 示例
45
+
33
46
** [ Favorites-web] ( https://github.com/cloudfavorites/favorites-web ) :Open source projects developed using Spring Boot**
You can’t perform that action at this time.
0 commit comments