springboot2 Repository 테스트 @AutoConfigureJsonTesters Unsatisfied dependency expressed through field 'objectMapper': No qualifying bean of type 'com.fasterxml.jackson.databind.ObjectMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} @WebMvcTest를 사용하는 ControllerTest에서는 @Autowired ObjectMapper를 사용했었는데, @DataJpaTest에서 같은 방법으.. 2023. 12. 5. H2 In-Memory 사용법 In-Memory jdbc:h2:mem:test multiple connections in one process jdbc:h2:mem: unnamed private; one connection Features Features Feature List H2 in Use Connection Modes Database URL Overview Connecting to an Embedded (Local) Database In-Memory Databases Database Files Encryption Database File Locking Opening a Database Only if it Already Exists Closing a Database Ignore www.h2database.com gradle이나 .. 2020. 6. 15. 이전 1 다음