From 5cd80b5a680bc92dee7888d6993a27574901a543 Mon Sep 17 00:00:00 2001 From: 20150024 Date: Tue, 17 Jul 2018 12:21:05 +0800 Subject: [PATCH] add sqlserver driver --- lazy-loading-of-jpa-attributes-with-hibernate/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml b/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml index e8bab8c..b6fc28a 100644 --- a/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml +++ b/lazy-loading-of-jpa-attributes-with-hibernate/pom.xml @@ -49,6 +49,17 @@ spring-boot-starter-test test + + + com.microsoft.sqlserver + mssql-jdbc + + + + com.googlecode.usc + jdbcdslog + 1.0.6.2 + -- 2.26.2