aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/src/test/resources/application.yml
blob: f6a5dfb0df8b8a4a83528463f009816229600978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
spring:
  jpa:
    ddl-auto: create
    properties:
      hibernate:
        enable_lazy_load_no_trans: true
        dialect: org.hibernate.dialect.PostgreSQLDialect
  datasource:
    url: ${DB_URL}
    username: ${DB_USERNAME}
    password: ${DB_PASSWORD}
    driverClassName: org.postgresql.Driver
    initialization-mode: always