springmvc 刪除

接口中的方法:sql @Override public void deleteProject(int id) { String sql="delete from projectlisttable where id="+id; jdbcTemplate.update(sql); System.out.println("刪除成功"); } 控制層的方法app // 刪除數據 @RequestMappi
相關文章
相關標籤/搜索