August 2017
Beginner to intermediate
370 pages
8h 37m
English
In this section, you will learn how to test the MySQL database connection from a Java program. Note that this section is intended only to help you test the database connection from the Java class. In reality, we will use Springboot DataSourceBuilder to create a datasource bean, which will be used for connecting with the database.
Before executing the code shown as follows in your Eclipse IDE, make sure to do the following:
Read now
Unlock full access