[#9] API 테스트를 @SpringbootTest에서 @WebMvcTest 기반으로 전환 #10

Merged
pricelees merged 6 commits from refactor/#9 into main 2025-07-15 07:21:17 +00:00
Showing only changes of commit d129764795 - Show all commits

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