How to configure flexy-pool if my connection pool is not supported now?
byWeaponLin opened this issue · 2 comments
byWeaponLin commented
Hello, I see that flexy-pool does not support druid now, and I have no idea how to configure flexy-pool? (sorry for my poor English)
vladmihalcea commented
@byWeaponLin Adding a new FlexyPoolAdapter
is very easy. Just follow the existing ones and you'll surely figure it out. Send me a Pull Request when you are done, and I'dd add it to FlexyPool.
Or you can use the generic Java EE one, as explained in the documentation.
byWeaponLin commented
Sorry, I just see it.And I will add a new FlexyPoolAdapter as soon as I can. Thank you so much.