/
Mike_Boychook
/
t1_java
Обзор
Документация
Войти
/
Mike_Boychook
/
t1_java
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
task-4
src/main/resources/application.yml
84 строки
2 KB
Mike Boychook
correction's by checkstyle rules
09 дек 2024, 18:22
09 дек 2024, 18:22
f4b393a
Код
Авторство
О чём код?
spring: application: name: t1-java-demo datasource: url: "jdbc:postgresql://localhost:5432/t1_java_db" username: "postgres" password: "postgres" driverClassName: org.postgresql.Driver liquibase: enabled: true change-log: db/changelog/db.changelog-master.xml driver-class-name: org.postgresql.Driver driverClassName: org.postgresql.Driver url: jdbc:postgresql://${DB_HOST:localhost:5432}/t1_java_db user: postgres password: postgres security: token: tstrs4g434wyhser5htstrs4g434wyhser5htstrs4g434wyhser5htstrs4g434wyhser5htstrs4g434wyhser5h expiration: 86400000 server: port: 8090 logging: level: ROOT: INFO ru.t1.java.demo.controller.ClientController: DEBUG t1: scan-path: ru.t1.java.demo kafka: enabled: ${TRACK_KAFKA_LOG_ENABLED:true} bootstrap: server: ${KAFKA_SERVER:localhost:9092} consumer: group-id: t1_demo max-poll-records: 10 producer: enable: true topic: client-registration: t1_demo_client_registration client-id-registered: t1_demo_client_registered client-transactions: t1_demo_client_transactions data-source-errors: t1_demo_data_source_error methods-metric: t1_demo_metrics account-registration: t1_demo_accounts transaction-registration: t1_demo_transactions transaction-accept: t1_demo_transaction_accept transaction-result: t1_demo_transaction_result header: data-source-errors-header: DATA_SOURCE methods-metric-header: METRICS listener: poll-timeout: 1000 transaction: perform-period-min-ms: 5000 mock-data: client-file-path: mock_data/account/client.json account-file-path: mock_data/account/account.json transaction-file-path: mock_data/transaction/transaction.json full-data-file-path: mock_data/full_mock_data.json add-objects-counter: 100 track: errors-to-track: JsonParseException, IOException method-execution-time-limit-ms: 500 db: enabled: false time-limit-exceed: 1000 log-level: DEBUG integration: url: http://localhost:8088 resource: /bsc-wire-mock/api/client/check retry-count: 3 retry-backoff: 1000