There was an unexpected error (type=Internal Server Error, status=500).
could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
정상적인 화면을 띄우도록 만든다.
Current behavior (bug)
/board/list로 요청시 다음과 같은 에러가 발생한다.Expected behavior (correct)
정상적인 화면을 띄우도록 만든다.