From 0cf9f37f20e8a29ef1652ae567e41f8cbca4403a Mon Sep 17 00:00:00 2001 From: teddyhuang Date: Tue, 23 Feb 2021 13:30:05 +0800 Subject: [PATCH] pom add spring-boot-jdbc --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index c0f4bc2..8a8eea4 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,10 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-jdbc +