aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/application-sqlite.yml
blob: 6a9c051697a857e9abdf487ee0ffc7f29a057398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
spring:
  datasource:
    maxActive: 1
    type: org.springframework.jdbc.datasource.SimpleDriverDataSource
    url: jdbc:sqlite:data.db
  sql:
    init:
      platform: sqlite
      mode: always