62,622
社区成员
发帖
与我相关
我的任务
分享
@Bean
@Autowired
SQLQueryFactory sqlQueryFactory(DataSource dataSource) {
Provider<Connection> provider = new SpringConnectionProvider(dataSource);
return new SQLQueryFactory(queryDslConfiguration(), provider);
}