From 56b643e1ceeaf0807faeeb10c97176762b15c650 Mon Sep 17 00:00:00 2001 From: xuliangchao Date: Wed, 29 Apr 2026 11:02:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Egitignore=E5=92=8Cmys?= =?UTF-8?q?ql=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- pom.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39d502a..2efec13 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ target/** /.fastRequest /logs /workspace -/**/*.tar \ No newline at end of file +/**/*.tar +.aider* diff --git a/pom.xml b/pom.xml index b3791f8..9a2fe89 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ mysql mysql-connector-java + 8.0.33 runtime