remove: API 테스트 로직 변경으로 인한 미사용 클래스 제거

This commit is contained in:
이상진 2025-07-15 16:14:23 +09:00
parent e942d772dc
commit d129764795

View File

@ -1,11 +0,0 @@
package roomescape.util
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