Add sqlite

This commit is contained in:
2025-12-04 17:01:49 +01:00
parent 93db7c2d2f
commit 1d1a3a2265
9 changed files with 260 additions and 61 deletions

View File

@@ -13,6 +13,18 @@ spring:
name: imgfloat
thymeleaf:
cache: false
datasource:
url: jdbc:sqlite:imgfloat.db
driver-class-name: org.sqlite.JDBC
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.community.dialect.SQLiteDialect
session:
store-type: jdbc
jdbc:
initialize-schema: always
platform: sqlite
security:
oauth2:
client: