Skip to content

Commit

Permalink
Chore: Mysql 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
s2hoon committed Jan 8, 2024
1 parent 60f68f4 commit 52f1bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ dependencies {
// password mail
implementation 'org.springframework.boot:spring-boot-starter-mail'

//mysql
implementation 'mysql:mysql-connector-java:8.0.26'


compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
Expand Down

0 comments on commit 52f1bf0

Please sign in to comment.