[#1] 코틀린 의존성 추가 및 View 기능 마이그레이션 #2

Merged
pricelees merged 9 commits from refactor/#1 into main 2025-07-12 09:09:40 +00:00
Showing only changes of commit d713578dad - Show all commits

View File

@ -52,6 +52,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("io.rest-assured:rest-assured:5.3.1")
testImplementation("io.rest-assured:kotlin-extensions:5.5.5")
}
kapt {