
[상황]
ARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [mybatis-config.xml]; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error registering typeAlias for 'BoardDto'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.fastcampus.ch4.domain.BoardDto
ERROR: org.springframework.web.context.ContextLoader - Context initialization failed

[해결]
pom.xml 파일에 빨간박스에 있는 내용 추가
