/
human
/
Mini-bank
Обзор
Документация
Войти
/
human
/
Mini-bank
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
clients/src/main/resources/application-dev.yaml
43 строки
797 B
zaytsev al
добавлена миграция бд
30 янв 2025, 14:43
30 янв 2025, 14:43
7cec602
Код
Авторство
О чём код?
server: port: 8080 spring: #autoconfigure: # exclude: # - com.my.autoconfigure.filter.OAuth2AuthenticationDetailsFilterAutoConfiguration datasource: url: jdbc:h2:mem:user driverClassName: org.h2.Driver username: root password: root jpa: hibernate: ddl-auto: create-drop # default_schema: "${app.schema}" show-sql: true # properties: # hibernate: # default_schema: "${app.schema}" h2: console: enabled: true settings: web-allow-others: true allowed: resources: "/h2-console/**" security: basic: enabled: true authorize-mode: NONE app: schema: "user_service" account: host: "localhost" port: "8081" url: http://${app.account.host}:${app.account.port}