We will follow the official guide for spring-boot and spring-data-jpa. We will be building the application using gradle.
Create the gradle build file
build.gradle
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework....