-
koz01 authored
Add dependencies
fd4a3330
application.yaml 215 B
quarkus:
http:
host: 0.0.0.0
port: 8080
datasource:
db-kind: h2
jdbc:
url: jdbc:h2:./output/myDb;create=true
hibernate-orm:
log:
sql: true
database:
generation: update