/
SoD
/
beta
Обзор
Документация
Войти
/
SoD
/
beta
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/resources/application.properties
21 строка
838 B
SoD
40
18 апр 2024, 16:57
18 апр 2024, 16:57
7ecd519
Код
Авторство
О чём код?
spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.url=jdbc:postgresql://${DB_HOST}:5432/${DB_NAME} spring.datasource.username=${DB_USER} spring.datasource.password=${DB_PASSWD} server.error.include-message=always spring.jpa.properties.hibernate.show_sql=false server.error.include-stacktrace=never logging.charset.console=utf-8 spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.order_updates=true spring.jpa.properties.hibernate.generate_statistics=false spring.jpa.properties.hibernate.jdbc.batch_size=10 spring.jpa.properties.hibernate.order_inserts=true spring.jpa.properties.hibernate.format_sql=true spring.jpa.show-sql=false #spring.mvc.log-request-details=true spring.mvc.log-request-details=true #to work HTTP method PUT, PATCH, DELETE spring.mvc.hiddenmethod.filter.enabled=true