feat: Database model & configuration
This commit is contained in:
parent
c087081d25
commit
ee6c6eda02
10 changed files with 209 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue