Created
March 29, 2018 05:09
-
-
Save drucoder/e66bf583b5288f67c4f222ac2566724c 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
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