public List getList() { jt = new JdbcTemplate(dataSource); List rows = jt.queryForList("select * from persone"); return rows; }