Skip to content

DataJpaTest

rhs edited this page Jul 9, 2021 · 1 revision
  • 실 db 테스트를 원할 경우
    @DataJpaTest
    @AutoConfigureTestDatabase(replace= AutoConfigureTestDatabase.Replace.NONE)
    @Rollback(false)

Clone this wiki locally