스프링 테스트 junit1 스프링 테스트 코드 작성하기 테스트 코드 작성하는 버릇을 들이니 오류가 줄어드는중 package com.rsn.POMS.api.crowdsourcing.labellingwork.service; import com.rsn.POMS.api.crowdsourcing.labellingwork.vo.LabellingWorkVO; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class LabellingWorkServiceTest { @Autowired LabellingWorkSe.. 개발중/Spring 2022. 9. 6. 이전 1 다음