firatgursoy / fluentquery

FluentQuery is a sql query builder by using java 8 functional interfaces and spring's JdbcTemplate.
Apache License 2.0
5 stars 0 forks source link

DataSource contructor for JdbcTemplateFluentQueryFactory #3

Closed firatgursoy closed 4 years ago

firatgursoy commented 4 years ago

if user don't want to create a bean for JdbcTemplate, we should still work as well.