From 93f8a944a2da74c50c6b030e4b195dedd672b252 Mon Sep 17 00:00:00 2001 From: ityouknow Date: Thu, 1 Dec 2016 18:47:25 +0800 Subject: [PATCH] m --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c50b0a..b2a9178 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Spring boot使用的各种示例,以最简单、最实用为标准 - [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-helloWorld):spring-boot的helloWorld版本 - [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-mybatis-annotation):注解版本 - [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-mybatis-xml):xml配置版本 +- [spring-boot-mybatis-mulidatasource](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-mybatis-mulidatasource):springboot+mybatis多数据源最简解决方案 - [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-rabbitmq):spring boot和rabbitmq各种消息应用案例 - [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-scheduler):spring boot和定时任务案例 - [spring-boot-web](https://github.com/ityouknow/spring-boot-starter/tree/master/spring-boot-web):web开发综合使用案例