Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiwepy/druid-plus-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-08-20T13:25:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T05:34:50.000Z (4 months ago)
- Last Synced: 2024-09-12T15:07:18.437Z (4 months ago)
- Topics: druid, spring-boot, spring-boot-starter
- Language: Java
- Size: 235 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")