vladmihalcea / flexy-pool

FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.
Apache License 2.0
1.09k stars 120 forks source link

Spring Boot support? #36

Closed linux-china closed 6 years ago

linux-china commented 7 years ago

Any plan to implement flexy-pool-spring-boot-starter? It will be very convenient for microservices application developers. Developers just import flexy-pool-spring-boot-starter and all will be ready for usage and metrics.

vladmihalcea commented 7 years ago

I'll do it as soon as I have more time to investigate it. Thanks for the tip.

gavlyukovskiy commented 7 years ago

Hi.

In the meantime I have created a starter for integration with flexy-pool (and some others): https://github.com/gavlyukovskiy/spring-boot-data-source-decorator

vladmihalcea commented 7 years ago

Cool, thanks! I'll add it to the documentation.

vladmihalcea commented 6 years ago

Closed as there is already a solution offered by @gavlyukovskiy.