marinesco/target/classes/application.yml
2023-10-05 02:55:39 +03:00

25 lines
567 B
YAML

spring:
thymeleaf:
cache: false
datasource:
driverClassName: 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