spring-boot-chapter icon indicating copy to clipboard operation
spring-boot-chapter copied to clipboard

24章BookDataSourceConfigurer的getVendorProperties方法错误

Open xbc922 opened this issue 6 years ago • 0 comments

//获取jpa配置信息
private Map<String, String> getVendorProperties(DataSource dataSource) {
    return jpaProperties.getHibernateProperties(dataSource);
}

getHibernateProperties形参为HibernateSettings类型,传的dataSource报错

xbc922 avatar Aug 27 '18 07:08 xbc922