스프링 관련/스프링 프레임워크 springboot test data.sql 넣는 방법 문자메일 2022. 8. 25. 11:35 https://wadekang.tistory.com/39 Spring JUnit5 Sql script로 테스트 데이터 불러오기 테스트를 할 때 sql로 미리 데이터를 insert 하고 해당 데이터로 테스트를 진행하고 싶을 경우 다음과 같이 설정하면 된다. 먼저 테스트 폴더에 resources 폴더를 만들어서 applciation.yml (or properties)을.. wadekang.tistory.com springboot test data.sql 넣는 방법