Migrating to Spring Boot 2.0.0.RELEASE i found that "org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder" is no longer in the classpath. So i imported instead: "org.springframework.boot.jdbc ...
I encountered a java.lang.NoClassDefFoundError when using Spring JDBC 6.2.6. The issue appears to be caused by the initialization of org.springframework.jdbc.core ...