From 990ab45c3f61ea94632493bd8543a215903b3740 Mon Sep 17 00:00:00 2001
From: 31 <31>
Date: Wed, 13 Jul 2022 18:29:08 +0800
Subject: [PATCH 1/2] fix m1 sqlite jar error
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f1c045fd..5ac70623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,10 +40,11 @@
commons-io
[2.7,)
+
org.xerial
sqlite-jdbc
- 3.8.11.2
+ 3.36.0.3
commons-beanutils
From ebffc1f09bf71a16dbaeabaac0c98c4dfa2b0986 Mon Sep 17 00:00:00 2001
From: 31 <31>
Date: Wed, 10 Aug 2022 17:05:27 +0800
Subject: [PATCH 2/2] gitignore
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index abd0badb..4e722064 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ logs
.classpath
/src/main/resources/sqlite3.db
/config/
+.DS_Store
\ No newline at end of file