Skip to content

Commit

Permalink
[BE] mysql 드라이버 설정 (#364)
Browse files Browse the repository at this point in the history
fix: mysql-connector-java 의존성 추가
  • Loading branch information
Ohzzi authored Aug 3, 2022
1 parent 926ded1 commit b6da0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
implementation 'com.lmax:disruptor:3.4.2'

runtimeOnly 'com.h2database:h2'
runtimeOnly 'mysql:mysql-connector-java'

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit b6da0be

Please sign in to comment.