纯洁的微笑 7 years ago
parent
commit
dae4c1ab79
2 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 1 1
      README_EN.md

+ 2 - 0
README.md

@@ -11,6 +11,8 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准
 ## Spring Boot 2.0
 
 
+**[Spring Boot 2.0 最全使用教程](https://github.com/ityouknow/spring-boot-leaning)**
+
 **示例代码**
 
 - [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello):Spring Boot 2.0  Hello World 示例

+ 1 - 1
README_EN.md

@@ -18,7 +18,7 @@ Spring Boot examples, using the simplest and the most useful scene demos.
 - [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/dockercompose-springboot-mysql-nginx) :Docker Compose + Spring Boot + Nginx + Mysql example
 - [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-commandLineRunner) :Example of resource initialization at project startup using Spring Boot and commandLineRunner  
 - [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web-thymeleaf) :Spring Boot uses thymeleaf to implement layout, check parameters and CURD
-- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached) :Spring Boot uses spymemcached to  memcache
+- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached) :Spring Boot uses spymemcached to memcache
 
 
 ---