Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/hikaricp-plus-spring-boot-starter
spring-boot-starter-hikaricp
https://github.com/hiwepy/hikaricp-plus-spring-boot-starter
hikaricp
Last synced: 6 days ago
JSON representation
spring-boot-starter-hikaricp
- Host: GitHub
- URL: https://github.com/hiwepy/hikaricp-plus-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-11-27T11:48:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T15:57:12.000Z (about 2 months ago)
- Last Synced: 2024-11-04T16:44:47.309Z (about 2 months ago)
- Topics: hikaricp
- Language: Java
- Size: 135 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hikaricp-plus-spring-boot-starter
Spring Boot Starter For HikariCP
### 说明
> 基于HikariCP数据源的Spring Boot Starter 实现
1. HikariDataSource 自动初始化
2. 基于HikariDataSource的动态数据源实现
3. 基于AOP+注解实现数据源按需切换
4. HikariDataSource数据源监控逻辑### Maven
``` xml
com.github.hiwepy
hikaricp-plus-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-hikaricp](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-hikaricp "spring-boot-sample-hikaricp")