/
gutguty
/
first-spring
Обзор
Документация
Войти
/
gutguty
/
first-spring
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
server/src/main/resources/application.properties
8 строк
312 B
Bogdan
feature/Liquibase Add Liqubase and Category table
07 авг 2026, 13:55
07 авг 2026, 13:55
c681bac
Код
Авторство
О чём код?
spring.application.name=server spring.datasource.url=${DB_URL} spring.datasource.username=${DB_USERNAME} spring.datasource.password=${DB_PASSWORD} spring.jpa.show-sql=true spring.jpa.hibernate.ddl-auto=none spring.liquibase.enabled=true spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.yaml