switch to sqlite as database #2

Merged
Seil0 merged 3 commits from sqlite into master 2020-01-15 11:09:40 +01:00
10 changed files with 199 additions and 32 deletions
Showing only changes of commit 1c27a2a53e - Show all commits

View File

@ -22,7 +22,6 @@ targetCompatibility = 1.8
dependencies { dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-devtools' implementation 'org.springframework.boot:spring-boot-devtools'
implementation 'org.xerial:sqlite-jdbc:3.28.0' implementation 'org.xerial:sqlite-jdbc:3.28.0'