asked
Learn Spring MVC 5 by Making It with Yoon Jae-seong
11th Request Method
Written on
·
311
0
@GetMapping("/test4") public String test4() { return "test4"; }
이 코드 부분에서 왜 GetMapping cannot be resolved to a type오류가 뜰까요..?
Answer 1
1
jsp에서 post로 보낸거 아니에요?