generated from pricelees/issue-pr-template
remove: API 테스트 로직 변경으로 인한 미사용 클래스 제거
This commit is contained in:
parent
e942d772dc
commit
d129764795
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user