mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-15 18:44:49 +08:00
change the driver which is compatible with sqlcipher and modified the way to connect the encrypted sqlite db file
This commit is contained in:
@@ -94,12 +94,17 @@
|
||||
<version>3.0.8</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Sqlite Driver-->
|
||||
<!-- Sqlite Driver compatible with sqlcipher-->
|
||||
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.xerial</groupId>-->
|
||||
<!-- <artifactId>sqlite-jdbc</artifactId>-->
|
||||
<!-- <version>3.28.0</version>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<groupId>io.github.willena</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.28.0</version>
|
||||
<version>3.35.4</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user