Skip to content

Instantly share code, notes, and snippets.

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