generated from pricelees/issue-pr-template
[#1] 코틀린 의존성 추가 및 View 기능 마이그레이션 #2
11
src/test/java/roomescape/common/TestAnnotations.kt
Normal file
11
src/test/java/roomescape/common/TestAnnotations.kt
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user