Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created March 29, 2018 05:09
Show Gist options
  • Save drucoder/e66bf583b5288f67c4f222ac2566724c to your computer and use it in GitHub Desktop.
Save drucoder/e66bf583b5288f67c4f222ac2566724c to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт: настройки БД SQLite
spring.datasource.url=jdbc:sqlite:data.db
spring.jpa.database-platform=org.hibernate.dialect.SQLiteDialect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment