import org.springframework.web.bind.annotation.GetMapping;//import 에러 import org.springframework.web.bind.annotation.PostMapping;//import 에러 import org.springframework.web.bind.annotation.RequestMapping;//import됨 위와 같은 문제가 발생하였고 springframwork 5.0.7 이상으로 바꾸면 해결법을 많이 봤으나 이미 5.0.17버전인 상황 ....뭐여 뭐가 문제지?? RequestMapping은 되는데 Get/PostMapping이 안된다고?? IntelliJ에서 자주 보이는 에러라던데...뭐가 문제일까....?? 아래 블로그 글을 보..