@DataJpaTest | @SpringBootTest |
JPA 테스트와 연관된 config만 적용 | full application config를 로드 |
자동으로 롤백 | 수동 롤백 |
in-memory DB를 이용해 테스트 |
@Component 빈은 @SpringBootTest를 쓰자.
참고 👇
https://krksap.tistory.com/1013
https://velog.io/@jwkim/spring-boot-datajpatest-springboottest
https://da-nyee.github.io/posts/spring-springboottest-vs-datajpatest/
반응형
'Framework > Spring Boot' 카테고리의 다른 글
@RequestParam | @PathVariable | @RequestBody | @ModelAttribute (0) | 2022.02.08 |
---|---|
개인정보 수정 (0) | 2022.02.05 |
[Error] The given id must not be null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null! (0) | 2022.01.26 |
[Error] 아이디 중복 체크 (0) | 2021.12.18 |
Spring Security 사용자 id 가져오기 (0) | 2021.11.25 |