spring:
  datasource:
    maxActive: 1
    type: org.springframework.jdbc.datasource.SimpleDriverDataSource
    url: jdbc:sqlite:data.db
  sql:
    init:
      platform: sqlite
      mode: always