Created
January 7, 2019 13:47
-
-
Save apalyukha/8f19645e2e2c5eccc56f67b3fab6517e to your computer and use it in GitHub Desktop.
Spring Boot. dependencies for connecting a SQLite database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>org.xerial</groupId> | |
<artifactId>sqlite-jdbc</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>com.zsoltfabok</groupId> | |
<artifactId>sqlite-dialect</artifactId> | |
<version>1.0</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment