[#28] 쿠버네티스 환경 배포 #29

Merged
pricelees merged 25 commits from infra/#28 into main 2025-08-04 05:59:38 +00:00
Showing only changes of commit e5002ae540 - Show all commits

View File

@ -40,6 +40,7 @@ dependencies {
// DB // DB
runtimeOnly("com.h2database:h2") runtimeOnly("com.h2database:h2")
runtimeOnly("com.mysql:mysql-connector-j")
// Jwt // Jwt
implementation("io.jsonwebtoken:jjwt:0.12.6") implementation("io.jsonwebtoken:jjwt:0.12.6")