testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testImplementation('org.assertj:assertj-core:3.22.0')
import org.junit.jupiter.api.BeforeEach;
import org.springframework.core.io.ClassPathResource;
import org.springframework.jdbc.datasource.init.DatabasePopulatorUtils;
import org.springframework.jdbc.datasource.init.ResourceDatabasePopulator;
'개발 꿀팁' 카테고리의 다른 글
git 허브 꾸미기 뱃지 (0) | 2023.06.05 |
---|---|
알고리즘 문제에서 stream함수 사용에 관하여 (0) | 2023.05.15 |
개발 블로그 어떻게 작성해야는가 (0) | 2023.05.12 |
intellj TEST code tdd 생성 약어 만들기 (0) | 2023.05.08 |
템플릿 엔진 변경할때 마다 재 빌드 안하는법 (0) | 2023.05.08 |