generated from pricelees/issue-pr-template
feat: mysql gradle 의존성 추가
This commit is contained in:
parent
9a38d8beb8
commit
e5002ae540
@ -40,6 +40,7 @@ dependencies {
|
||||
|
||||
// DB
|
||||
runtimeOnly("com.h2database:h2")
|
||||
runtimeOnly("com.mysql:mysql-connector-j")
|
||||
|
||||
// Jwt
|
||||
implementation("io.jsonwebtoken:jjwt:0.12.6")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user