build: update configuration

This commit is contained in:
Petr Rudichev 2025-02-19 10:53:12 +03:00
parent fea3398af2
commit e436c54714

View File

@ -1,28 +1,25 @@
server:
port: 8080
spring:
servlet:
multipart:
max-file-size: ${MAX_FILE_SIZE:8MB}
max-request-size: ${MAX_REQUEST_SIZE:8MB}
datasource:
url: jdbc:h2:mem:testdb
url: jdbc:h2:mem:database
h2:
console:
#enabled: false
enabled: true
liquibase:
enabled: true
change-log: classpath:db.changelog/db.changelog-master.xml
jpa:
#generate-ddl: false
generate-ddl: true
generate-ddl: false
hibernate:
#ddl-auto: none
ddl-auto: create-drop
# Показываем запросы
show-sql: true
# Своевременный запуск data.sql
defer-datasource-initialization: true
spring-doc:
swagger-ui:
path: /swagger-ui.html
operationsSorter: method
ddl-auto: none
show-sql: true