mybatis报错:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exception

接口配置:html package mybatis.mapper; import java.util.List; public interface TestMapper { public List<String> selectAllInfo(); } mapper.xml配置:java <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapp
相关文章
相关标签/搜索