这是异常
nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.prs.dps.dao.IPoetDao.getPoetById
PoetMapper.xml
IPoetDao
package com.prs.dps.dao;
import com.prs.dps.domain.Poet;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by ffulauh on 2016/6/4.
*/
@Repository("poetDao")
public interface IPoetDao {
List getPoetById(Integer id) throws Exception;
}
mybatis配置文件
mybatis-configuration.xml
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
闭关修行中......