강의

멘토링

커뮤니티

Inflearn Community Q&A

ugkk3659300's profile image
ugkk3659300

asked

Learn Spring MVC 5 by Making It with Yoon Jae-seong

11th Request Method

오류 질문드립니다.

Written on

·

310

0

    @GetMapping("/test4")
    public String test4() {
        return "test4";
    }

이 코드 부분에서 왜 GetMapping cannot be resolved to a type오류가 뜰까요..?

XMLjavaMVCspring

Answer 1

1

jsp에서 post로 보낸거 아니에요?

ugkk3659300's profile image
ugkk3659300

asked

Ask a question