All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ba.hbci-sandbox.0.30.0.1.source-code.application-postgres.yml Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
server:
  port: 8090

spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/open_banking?currentSchema=banking_protocol
    username: postgres
    password: docker
    type: com.zaxxer.hikari.HikariDataSource
    driver-class-name: org.postgresql.Driver
    hikari:
      schema: banking_protocol # reuse already existing Flowable tables
  jpa:
    database-platform: org.hibernate.dialect.PostgreSQL10Dialect
    open-in-view: false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy