Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:47
Show Gist options
  • Save apalyukha/8f19645e2e2c5eccc56f67b3fab6517e to your computer and use it in GitHub Desktop.
Save apalyukha/8f19645e2e2c5eccc56f67b3fab6517e to your computer and use it in GitHub Desktop.
Spring Boot. dependencies for connecting a SQLite database
<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