2024/05/10 3

[6회차 01] 게시판 리스트 만들기 - DB값 넣기, 의존성 주입

[6회차] 게시판 리스트 만들기10_board_01-develop.zipproperties위 파일을 다운로드 하셔서 import해줍니다import후 properties -> Project Facets -> Java버전을 11로 바꿔줍니다 -> ApplyJava Build Path에 Server Runtime가 없다면 Targeted Runtimes에가서 톰캣을 선택해줍니다pom.xmlmaven-compiler-plugin의 release도 11로 변경jakarta.servlet은 원래 javax.servlet인데 이름이 jakarta로 바뀐겁니다web.xml 10_board_01 org.springframework.web.context.ContextLoaderListene..

UnsatisfiedDependencyException, BeanCreationException, IllegalArgumentException

SEVERE: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'noticeController': Unsatisfied dependency expressed through field 'boardService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating ..

에러 모음 2024.05.10