Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/druid-plus-spring-boot-starter

starter for druid
https://github.com/hiwepy/druid-plus-spring-boot-starter

druid spring-boot spring-boot-starter

Last synced: about 1 month ago
JSON representation

starter for druid

Awesome Lists containing this project

README

        

# druid-plus-spring-boot-starter

### 说明

> 基于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.hiwepy
druid-plus-spring-boot-starter
${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")