# spring-boot-starter-druid-plus **Repository Path**: vindell/spring-boot-starter-druid-plus ## Basic Information - **Project Name**: spring-boot-starter-druid-plus - **Description**: starter for druid - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-druid-plus ### 说明 > 基于druid 数据源的Spring Boot Starter 实现 1. DruidDataSource 自动初始化 2. 基于DruidDataSource的动态数据源实现 3. 基于AOP+注解实现数据源按需切换 4. DruidDataSource数据源监控逻辑 5. 基于[druid-spring-boot-starter](https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter) 的扩展 ### Maven ``` xml com.github.vindell spring-boot-starter-druid-plus ${project.version} ``` ### Sample [https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-druid](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-druid "spring-boot-sample-druid")