Type interface com.ssm.mapper.NewProductMapper is not known to the MapperRegistry.

Error:

Exception in thread "main" org.apache.ibatis.binding.BindingException: Type interface com.ssm.mapper.NewProductMapper is not known to the MapperRegistry.
at org.apache.ibatis.binding.MapperRegistry.getMapper(MapperRegistry.java:47)
at org.apache.ibatis.session.Configuration.getMapper(Configuration.java:745)
at org.apache.ibatis.session.defaults.DefaultSqlSession.getMapper(DefaultSqlSession.java:292)
at com.ssm.test.Test.main(Test.java:105)

The reason is mybatis-cofig.xml file is not configured  NewProductMapper.xml file

 

 

Guess you like

Origin www.cnblogs.com/caoxinfang/p/12655921.html