From 6d34a2071bf54a620ca3d2df986089a9e93dc96d Mon Sep 17 00:00:00 2001 From: "sandeep.kokane" Date: Wed, 1 May 2024 13:28:21 +0530 Subject: [PATCH 1/2] - added mysql-dependency --- complete/build.gradle | 1 + complete/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/complete/build.gradle b/complete/build.gradle index 17890a4..7731087 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -16,6 +16,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' + runtimeOnly 'com.mysql:mysql-connector-j' } test { diff --git a/complete/pom.xml b/complete/pom.xml index 794ba8f..01038b4 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -31,6 +31,11 @@ spring-boot-starter-test test + + com.mysql + mysql-connector-j + runtime + From 6bc8bef12a245d7976953eccf00887e6872c84f0 Mon Sep 17 00:00:00 2001 From: "sandeep.kokane" Date: Wed, 1 May 2024 13:33:17 +0530 Subject: [PATCH 2/2] added mysql-dependency in initial --- initial/build.gradle | 1 + initial/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/initial/build.gradle b/initial/build.gradle index 17890a4..7731087 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -16,6 +16,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' + runtimeOnly 'com.mysql:mysql-connector-j' } test { diff --git a/initial/pom.xml b/initial/pom.xml index 7204ccf..0509e83 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -31,6 +31,11 @@ spring-boot-starter-test test + + com.mysql + mysql-connector-j + runtime +