August 2019
Intermediate to advanced
560 pages
13h 41m
English
We have to extend the SpringBoot project to support SQL JDBC from Chapter 11, Elasticsearch from Java Programming. The project is located on the GitHub site (https://github.com/PacktPublishing/Mastering-Elasticsearch-7.0/tree/master/Chapter14/java_rest_client) under Chapter 14, Working with Elasticsearch SQL. We are not going to detail how the whole program works. Instead, we'll target just the workflow of the Elasticsearch SQL JDBC programming in SpringBoot.
Basically, there are four major steps based on our previous SpringBoot project framework. These are configuring the Maven dependency, configuring the SQL JDBC connection, performing the JDBC executeQuery request, and handling the ResultSet response. ...
Read now
Unlock full access