ityouknow 8 years ago
parent
commit
821d723a10
2 changed files with 6 additions and 6 deletions
  1. 2 2
      README.md
  2. 4 4
      README_EN.md

+ 2 - 2
README.md

@@ -3,7 +3,7 @@
 Demo website:http://www.ityouknow.com/
 
 
-[Contribution](https://github.com/ityouknow/spring-boot-examples/issues) |  [English](README_EN.md)
+[参与贡献](https://github.com/ityouknow/spring-boot-examples/issues) |  [English](README_EN.md)
 
 
 Spring boot使用的各种示例,以最简单、最实用为标准
@@ -25,7 +25,7 @@ Spring boot使用的各种示例,以最简单、最实用为标准
 
 
 
-文章可以参考这里
+参考文章:
 
 - [springboot(一):入门篇](http://www.ityouknow.com/springboot/2016/01/06/springboot(%E4%B8%80)-%E5%85%A5%E9%97%A8%E7%AF%87.html)
 - [springboot(二):web综合开发](http://www.ityouknow.com/springboot/2016/02/03/springboot(%E4%BA%8C)-web%E7%BB%BC%E5%90%88%E5%BC%80%E5%8F%91.html)

+ 4 - 4
README_EN.md

@@ -1,6 +1,6 @@
 # Spring Boot Examples
 
-this is ablout learn Spring Boot example
+this is ablout learn Spring Boot Examples
 
 Demo website:http://www.ityouknow.com/
 
@@ -13,13 +13,13 @@ Spring Boot Examples, Use the simplest and most useful scene demo.
 - [spring-boot-helloworld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloworld):Spring Boot helloWorld demo
 - [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-mybatis-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-mulidatasource):Spring Boot+mybatis+multi-dbsource
-- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-annotation-mulidatasource):Spring Boot+ mybatis annotation + multi-dbsource
+- [spring-boot-mybatis-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-mulidatasource):Spring Boot+mybatis+mulidatasource
+- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-annotation-mulidatasource):Spring Boot+ mybatis annotation + mulidatasource
 - [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-rabbitmq): using AMQP and RabbitMQ
 - [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-scheduler):Timed tasks developed using Spring Boot 
 - [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web):web projects developed using Spring Boot 
 - [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mail):Mail system developed using Spring Boot 
 - [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mongodb):Spring Boot + Mongodb
-- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-multi-mongodb):Spring Boot + multi-mongodb
+- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-multi-mongodb):Spring Boot + multiMongodb
 - [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package-war):Spring Boot package war
 - [Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot