From 8a4e8992180dc34ebad286a9daa369a64c47d831 Mon Sep 17 00:00:00 2001 From: myh Date: Fri, 6 Oct 2023 18:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ pom.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 549e00a..8e35aee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ HELP.md +src/main/resources/application.properties + target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ diff --git a/pom.xml b/pom.xml index 2833fce..6ae04f2 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,11 @@ spring-boot-starter-test test + + com.microsoft.sqlserver + mssql-jdbc + 12.4.0.jre11 +