본문 바로가기
목차
Spring (boot) 오류 해결

Factory method 'sqlSessionFactory' threw exception; nested exception is java.lang.NoClassDefFoundError: com/MyBlog/Dto/Board (wrong name:

by 지각생 2022. 2. 23.
728x90
<update id="updateWritingList" parameterType="com.MyBlog.Dto.Board">
		update board set title=#{board.title},content=#{board.content} where no=#{no} 
	</update>

파라미터 값 넣어줄때 오타나서 없는 객체 값 넣어주면 오류난다

728x90

댓글