This commit is contained in:
ityouknow
2017-06-09 17:53:25 +08:00
parent 0d95841d36
commit cd300dba83
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Demo websitehttp://www.ityouknow.com/
Spring boot使用的各种示例以最简单、最实用为标准
- [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-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-xml)xml配置版本
- [spring-boot-mybatis-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-mulidatasource)springboot+mybatis多数据源最简解决方案

View File

@@ -9,7 +9,7 @@ Demo websitehttp://www.ityouknow.com/
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-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-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+mulidatasource