marinesco/target/classes/application.yml
2023-12-28 20:53:55 +03:00

24 lines
568 B
YAML

spring:
thymeleaf:
cache: false
datasource:
driver-class-name: org.h2.Driver
generate-unique-name: false
name: marinesco
url: jdbc:h2:mem:marinesco
username: sa
password:
jpa:
properties:
hibernate:
database-platform: org.hibernate.dialect.H2Dialect
hibernate:
ddl-auto: update
h2:
console:
enabled: true
path: /h2
settings:
web-allow-others: true
trace: false