marinesco/src/main/resources/application.yml
2024-01-11 20:28:03 +03:00

31 lines
No EOL
724 B
YAML

spring:
thymeleaf:
cache: false
datasource:
driver-class-name: org.h2.Driver
generate-unique-name: false
name: marinesco
# url: jdbc:h2:mem:marinesco
url: jdbc:h2:file:/tmp/h2
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
logging:
level:
org:
springframework: INFO
marinesco:
library:
filesLocation: "./lib"