sqlite part 1

This commit is contained in:
2020-01-05 01:41:45 +01:00
parent 7bbf5eb963
commit 26e9e2bfc0
10 changed files with 179 additions and 37 deletions

View File

@ -25,7 +25,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-devtools'
implementation 'org.hsqldb:hsqldb'
implementation 'org.xerial:sqlite-jdbc:3.28.0'
testCompile("org.springframework.boot:spring-boot-starter-test")
}