Created
January 7, 2019 13:45
-
-
Save apalyukha/7553d8db4a60e40ac023800bef8a593e to your computer and use it in GitHub Desktop.
Spring Boot. SQLite database settings
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