[#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 72d3c7093b - Show all commits

View File

@ -0,0 +1,11 @@
package roomescape.common
import org.springframework.test.context.TestPropertySource
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@TestPropertySource(properties = [
"spring.jpa.hibernate.ddl-auto=none",
"spring.sql.init.mode=never"
])
annotation class NoSqlInitialize