October 2017
Intermediate to advanced
396 pages
10h 2m
English
Using a JDBC driver to configure a data-source bean is the simplest data source in Spring. The three data source classes provided by Spring are as follows:
Let's see the following code for configuring a data source bean using the DriverManagerDataSource class of Spring in your application:
In Java-based configuration, the code is as follows:
DriverManagerDataSource ...
Read now
Unlock full access