Servlet.service() for servlet [dispatcherServlet] in context with path [/business] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: com.course.server.dto.ChapterDto cannot be cast to com.course.server.domain.Chapter] with root cause
java.lang.ClassCastException: com.course.server.dto.ChapterDto cannot be cast to com.course.server.domain.Chapter
at com.course.server.service.ChapterService.list(ChapterService.java:30)
at com.course.business.controller.admin.ChapterController.chapter(ChapterController.java:20)
登录后可查看更多问答,登录/注册