google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.51k stars 1.67k forks source link

dynamic datasource routing #932

Open Youmoo opened 9 years ago

Youmoo commented 9 years ago

Hi, first time to use guice:) Spring provides AbstractRoutingDatasource to support dynamic datasource routing (more info here). Does guice have this feature or is there any plugins supporting this ?

Youmoo commented 9 years ago

anybady? any hint?

duoan commented 7 years ago

Any updater?