Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")