Skip to content

Commit 9416a6c

Browse files
committed
feat: add mySQL driver
1 parent 65f9d14 commit 9416a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030

3131
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3232
runtimeOnly 'com.h2database:h2'
33+
runtimeOnly 'com.mysql:mysql-connector-j'
3334
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3435

3536
// org.mapstruct

0 commit comments

Comments
 (0)