Browse Source

修改提示信息

纯洁的微笑 6 years ago
parent
commit
cac22d8a37
1 changed files with 5 additions and 6 deletions
  1. 5 6
      README_EN.md

+ 5 - 6
README_EN.md

@@ -2,17 +2,16 @@
 
 This tutorial is about learning Spring Boot via examples.
 
-
-[Spring Cloud example code](https://github.com/ityouknow/spring-cloud-examples)   |   [中文](README.md)
+[Spring Cloud Example Code](https://github.com/ityouknow/spring-cloud-examples)   |   [中文](README.md)
 
 Spring Boot examples, using the simplest and the most useful scene demos.
 
 ---
 
-## Spring Boot 2.0
+## Spring Boot 2.X
 
 
-**[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot 2.0**
+**[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot 2.X**
 
 - [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello):Spring Boot 2.0  Hello World Demo
 - [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner):Spring Boot Customized Banner 
@@ -26,11 +25,11 @@ Spring Boot examples, using the simplest and the most useful scene demos.
 - [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-swagger) :Spring Boot swagger2 demo
 ---
 
-## Spring Boot 1.0
+## Spring Boot (Already upgraded to 2.x)
 
 - [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld):Spring Boot helloWorld
 - [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-redis):Spring Boot Redis Demo
-- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa):Spring Boot 使用 Jpa 各种示例
+- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa):Spring Boot  Jpa Demo
 - [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis/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/spring-boot-mybatis-xml):Spring Boot use mybatis xml 
 - [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource):Spring Boot+mybatis+mulidatasource