/
developer.bami
/
DFM
Обзор
Документация
Войти
/
developer.bami
/
DFM
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
v1/src/test/resources/config/application-testdev.yml
17 строк
654 B
Michael
Initial version of dfm generated by generator-jhipster@8.0.0-beta.1
28 янв 2024, 15:02
28 янв 2024, 15:02
a03b62a
Код
Авторство
О чём код?
# =================================================================== # Spring Boot configuration. # # This configuration is used for unit/integration tests with testcontainers database containers. # # To activate this configuration launch integration tests with the 'testcontainers' profile # # More information on database containers: https://www.testcontainers.org/modules/databases/ # =================================================================== spring: r2dbc: url: r2dbc:h2:file:///./target/h2db/testdb/dfm;DB_CLOSE_DELAY=-1 username: dfm password: liquibase: url: jdbc:h2:file:./target/h2db/testdb/dfm;DB_CLOSE_DELAY=-1