纯洁的微笑 7 years ago
parent
commit
86c59f47c3
2 changed files with 26 additions and 5 deletions
  1. 9 1
      README.md
  2. 17 4
      README_EN.md

+ 9 - 1
README.md

@@ -10,9 +10,17 @@ Spring Boot使用的各种示例,以最简单、最实用为标准
 
 
 ## Spring Boot 2.0
 ## Spring Boot 2.0
 
 
+
+**示例代码**
+
+- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner):Spring Boot 定制 Banner 示例
+
+
+
 **参考文章**
 **参考文章**
 
 
-- [Spring Boot 2.0(一):【重磅】Spring Boot 2.0权威发布](http://www.ityouknow.com/springboot/2018/03/01/spring-boot-2.0.html)
+- [Spring Boot 2.0(一):【重磅】Spring Boot 2.0权威发布](http://www.ityouknow.com/springboot/2018/03/01/spring-boot-2.0.html)  
+- [Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner](http://www.ityouknow.com/springboot/2018/03/03/spring-boot-banner.html)  
 
 
 
 
 ---
 ---

+ 17 - 4
README_EN.md

@@ -2,14 +2,23 @@
 
 
 this is ablout learn Spring Boot Examples
 this is ablout learn Spring Boot Examples
 
 
-Demo website:http://www.ityouknow.com/
 
 
-[Spring Cloud example code](https://github.com/ityouknow/spring-cloud-examples)
-
-[Contribution](https://github.com/ityouknow/spring-boot-examples/issues) |  [中文](README.md)
+[Spring Cloud example code](https://github.com/ityouknow/spring-cloud-examples)   |   [中文](README.md)
 
 
 Spring Boot Examples, Use the simplest and most useful scene demo.
 Spring Boot Examples, Use the simplest and most useful scene demo.
 
 
+---
+
+## Spring Boot 2.0
+
+- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner):Spring Boot Customized Banner 
+
+
+
+---
+
+## Spring Boot 1.0
+
 - [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld):Spring Boot helloWorld
 - [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld):Spring Boot helloWorld
 - [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-annotation):Spring Boot use mybatis annotation
 - [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-annotation):Spring Boot use mybatis annotation
 - [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-xml):Spring Boot use mybatis xml 
 - [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.
 - [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-actuator):Spring Boot Actuator demo  
 - [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-actuator):Spring Boot Actuator demo  
 - [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-admin-simple):Spring Boot Admin demo    
 - [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-admin-simple):Spring Boot Admin demo    
 
 
+
+
+- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner):Spring Boot 定制 Banner 示例
+
 **[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot**
 **[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot**