Skip to content

Files

Latest commit

22b256a · Mar 29, 2017

History

History
32 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.13 KB

spring-boot druid mybatis schedule dynamic-datasource jpa

本系列是spring-boot相关的一些列子,比如spring-boot集成druid,以及druid的动态数据源切换,
spring-boot 集成mybatis,spring-boot集成定时器等等

1、spring-boot集成druid数据库连接池

详情查看项目 spring-boot-with-druid

2、spring-boot实现druid数据库连接池的动态数据源切换,

详情查看项目 spring-boot-with-dynamic-datasource

3、spring-boot实现定时任务

详情查看项目 spring-boot-with-schedule

4、spring-boot集成mybatis

详情查看项目 spring-boot-with-mybatis

5、spring-boot集成jpa

详情查看项目 spring-boot-with-jpa

6、spring-boot集成hibernate(dao继承HibernateDaoSupport)

详情查看项目 spring-boot-with-hibernate

7、spring-boot集成dubbo,所有配置均使用application.properties

详情查看项目 spring-boot-with-dubbo