프로그래밍

[spring오류]Could not resolve type alias

재은이 2021. 11. 18. 12:41
728x90
반응형

Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'Board'.  Cause: java.lang.ClassNotFoundException: Cannot find class: Board
at org.apache.ibatis.type.TypeAliasRegistry.resolveAlias(TypeAliasRegistry.java:120)
at org.apache.ibatis.builder.BaseBuilder.resolveAlias(BaseBuilder.java:149)
at org.apache.ibatis.builder.BaseBuilder.resolveClass(BaseBuilder.java:116)
... 53 more

 

root-context.xml에 이거 추가...!

728x90
반응형