dbflute-example / dbflute-example-on-quarkus

example for DBFlute on Quarkus (with MySQL)
0 stars 0 forks source link

3. Set up to be able to DI DBFlute with Google Guice #8

Closed miyasama closed 2 months ago

miyasama commented 2 months ago

概要

QuarkusでDBFluteを使えるようにする本題の修正を入れました。

詳細

下記のREADMEに詳細を記載しています。 https://github.com/dbflute-example/dbflute-example-on-quarkus/pull/8/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R76-R190

DBFluteのBehaviorを、Guice経由でCDIにDIすることが出来るように実装しています。