@RunWith(SpringRunner.class) // JUnit 프레임워크가 테스트를 실행할 시 내장된 Runner를 실행한다.
@SpringBootTest // 통합 테스트를 제공하는 기본적인 어노테이션
crud 에 대한 것이 잘 돌아간다.
'Spring > spring Issue' 카테고리의 다른 글
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException (0) | 2021.03.06 |
---|---|
[Ajax] status 200인데 parse error..? (0) | 2021.03.02 |
java.sql.SQLException: Field ‘id’ doesn’t have a default value (0) | 2021.02.09 |
properties 에서 spring.jpa.properties.hibernate.dialect create Error (0) | 2021.02.06 |
스프링 부트 Tranactional(readonly=true) 가 안되는 경우 || option이 안될 경우 (3) | 2021.02.02 |
댓글