We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed97ed5 commit 2f31872Copy full SHA for 2f31872
server/build.gradle
@@ -33,6 +33,7 @@ dependencies {
33
implementation 'mysql:mysql-connector-java:8.0.26'
34
compileOnly 'org.projectlombok:lombok'
35
runtimeOnly 'com.mysql:mysql-connector-j'
36
+ runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
37
annotationProcessor 'org.projectlombok:lombok'
38
testImplementation 'org.springframework.boot:spring-boot-starter-test'
39
testImplementation 'org.springframework.security:spring-security-test'
0 commit comments