From dc8f8349422a83e910ce86561fc47e5069af0b3c Mon Sep 17 00:00:00 2001 From: oyo Date: Fri, 12 Jun 2026 11:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89junit4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ template/pom.xml | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7b016a8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.compile.nullAnalysis.mode": "automatic" +} \ No newline at end of file diff --git a/template/pom.xml b/template/pom.xml index 473e2db..5c2e796 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -36,12 +36,6 @@ javax.persistence-api 2.2 - - junit - junit - 4.13 - test - ch.qos.logback logback-classic