Could someone with experience please share recommendations on configuring a db2 database with a Spring Boot App?
Creating a Spring Boot app that will access a db2 table using JpaRepository to render results from query in an HTML view using Thymeleaf.
Looking for a general explanation on how to configure a Spring Boot App that will access a db2 table using Spring Data Jpa. Specifically, what would I need in my build.gradle
and application.properties
to make this happen?