Fix databse stuff
This commit is contained in:
parent
8857f82945
commit
d802d9e606
|
@ -41,7 +41,9 @@ dependencies {
|
|||
implementation 'net.dv8tion:JDA:4.ALPHA.0_88'
|
||||
implementation 'com.sedmelluq:lavaplayer:1.3.17'
|
||||
|
||||
implementation "com.h2database:h2"
|
||||
runtimeOnly "com.h2database:h2"
|
||||
|
||||
runtimeOnly "org.postgresql:postgresql"
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
kapt 'org.springframework.boot:spring-boot-configuration-processor'
|
||||
|
|
Loading…
Reference in a new issue