Last active
March 29, 2018 05:09
-
-
Save drucoder/6e30e175f4426e22e8cda66c5d7d6e44 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт: зависимости для подключения БД SQLite
This file contains 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