6adf8d18df2c31a4432d8bdd540acd5aea410e23
Typo on the name of the @Autowired annotation: @Autowire -> @Autowired
Usage of the @Value annotation: ${jdbcProperties.url} -> ${jdbc.url} (inside section "Declaring @Configuration classes as plain Spring <bean/> elements").
HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393)
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%