feat: Initial commit

This commit is contained in:
2025-11-20 17:37:54 +03:00
commit be8818b71f
27 changed files with 617 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# ===================================================
# ВНИМАНИЕ: Этот файл НЕЛЬЗЯ никак модифицировать,
# перемещать и удалять!
# ===================================================
spring:
datasource:
url: jdbc:h2:mem:testdb
h2:
console:
enabled: true
jpa:
generate-ddl: false
hibernate:
ddl-auto: none
show-sql: true
liquibase:
enabled: true
change-log: classpath:db.changelog/db.changelog-master.xml
booking:
days-ahead: 3