Skip to content

Commit 32a8b08

Browse files
committed
chore: MySQL driver dependency 수정
1 parent 26f699d commit 32a8b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ repositories {
2828
dependencies {
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'

0 commit comments

Comments
 (0)