spring.datasource.url=jdbc:sqlite:/absolute/path/to/hidekobot.db spring.datasource.driver-class-name=org.sqlite.JDBC # let Hibernate create/update tables for you during the migration spring.jpa.hibernate.ddl-auto=update spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect # optional logging while migrating spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true