摘要:
@SuppressWarnings({ "unchecked", "rawtypes" }) @Test public void getAll() { String sql="select * from t_resource_location limit 0,10"; List<ResourceLocationBean> abc=jdbcTemplate.query(sql, new BeanPropertyRowMapper(ResourceLocationBean.class)); for(int i=0;i<a 阅读全文
posted @ 2013-03-18 08:03
糖豆爸爸
阅读(2971)
评论(1)
推荐(0)