Files
HidekoBot/src/main/resources/application.properties
Beatrice Dellacà f80a49995b
All checks were successful
continuous-integration/drone/push Build is passing
(wip) migrate to spring beans
2025-09-05 01:32:46 +02:00

9 lines
403 B
Properties

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