import javax.transaction.Transactional;를
import org.springframework.transaction.annotation.Transactional;로 바꾸면 됨
'basic > Java' 카테고리의 다른 글
[Error] could not read document can not deserialize instance of java.util.ArrayList (0) | 2021.05.11 |
---|---|
Missing URI template variable 'id' for method parameter of type Long (0) | 2021.05.10 |
람다식을 이용한 forEach문 (0) | 2021.05.02 |
Sample Controller (0) | 2021.05.01 |
테스트 환경에서 lombok 사용하기 (0) | 2021.04.30 |