supercargo / guice-persist-jooq

Guice-persist extension for using jOOQ based persistence layer
Apache License 2.0
22 stars 10 forks source link

DataSource Provider #13

Closed mrohan01 closed 3 years ago

mrohan01 commented 3 years ago

Wrap injected DataSource in a Provider. This allows intermediary configuration of the datasource after Guice wires objects together.

supercargo commented 3 years ago

Hi @mrohan01 this is released to central now under version 1.1.0. Propagation may take a few hours.

mrohan01 commented 3 years ago

Happy to contribute, and thanks for getting it merged and released so quickly!