mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
JdbcSessionAutoConfiguration is conditional on the DataSource bean which won't exist until after DataSourceAutoConfiguration; therefore, JdbcSessionAutoConfiguration must auto-configure after DataSourceAutoConfiguration. Signed-off-by: Craig Andrews <candrews@integralblue.com> See gh-48552