blob: 6a838f1379c93d06f0ad6f263c18948cf26de004 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
spring:
datasource:
maxActive: 1
type: org.springframework.jdbc.datasource.SimpleDriverDataSource
url: jdbc:sqlite:data.db
sql:
init:
separator: ;;
platform: sqlite
mode: always
|