We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f9d14 commit 9416a6cCopy full SHA for 9416a6c
build.gradle
@@ -30,6 +30,7 @@ dependencies {
30
31
testImplementation 'org.springframework.boot:spring-boot-starter-test'
32
runtimeOnly 'com.h2database:h2'
33
+ runtimeOnly 'com.mysql:mysql-connector-j'
34
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
35
36
// org.mapstruct
0 commit comments