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
相關文章
相關標籤/搜索