File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ repositories {
2828dependencies {
2929 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
3030 implementation ' org.springframework.boot:spring-boot-starter-web'
31+ implementation ' com.mysql:mysql-connector-j'
3132 implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2' // Swagger
3233 implementation ' org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE' // AWS
3334 implementation ' org.springframework.boot:spring-boot-starter-security' // Spring Security
@@ -44,7 +45,6 @@ dependencies {
4445 implementation group : ' com.google.zxing' , name : ' core' , version : ' 3.5.3'
4546
4647 compileOnly ' org.projectlombok:lombok'
47- runtimeOnly ' com.mysql:mysql-connector-j'
4848 annotationProcessor ' org.projectlombok:lombok'
4949 testImplementation ' org.springframework.boot:spring-boot-starter-test'
5050 testImplementation ' org.springframework.security:spring-security-test'
You can’t perform that action at this time.
0 commit comments