How to connect Spring Boot application to database using JDBC? › Category: Spring Boot › How to connect Spring Boot application to database using JDBC? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago How to connect Spring Boot application to database using JDBC? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago Spring Boot provides starter and libraries for connecting to our application with JDBC. Here, we are creating an application which connects with Mysql database. It includes the following steps to create and setup JDBC with Spring Boot.