강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

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

Lesson 6: Basic Concepts of MVC

에러질문

Written on

·

224

0

HomeController 파일 int result = Test2Service.minus(request); 부분에서 Test2Service cannot be resolved 라는 오류가 나오는데 이거 왜 생긴 건가요???

MVCspringjavaXML

Answer 2

0

0

softcampus님의 프로필 이미지
softcampus
Instructor

Test2Service 라는 클래스가 없다는 메시지입니다.

Test2Service 클래스를 만드신게 맞는지 확인해주시고

만들어져 있다고 한다면 package explorer 를 캡쳐해서 올려주시기 바랍니다

No author

This post's author information has been deleted.

Ask a question