feat: Database model & configuration

This commit is contained in:
Piotr Dec 2024-05-21 22:40:44 +02:00
parent c087081d25
commit ee6c6eda02
Signed by: stawros
GPG key ID: F89F27AD8F881A91
10 changed files with 209 additions and 0 deletions

View file

@ -0,0 +1,13 @@
hsqldb:
name: db
port: 9090
spring:
datasource:
username: sa
password:
url: jdbc:hsqldb:hsql://localhost:${hsqldb.port}/${hsqldb.name}
driver-class-name: org.hsqldb.jdbc.JDBCDriver
jpa:
hibernate:
ddl-auto: create