摘要: SSM分页查询功能 看一下web.xml里配置是什么版本(这里为4.0) <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www. 阅读全文
posted @ 2021-05-20 11:49 liuyunche 阅读(643) 评论(0) 推荐(0) 编辑
摘要: SSM 管理员删除功能 mapper层:AdminMapper public interface AdminMapper { //根据id删除 int remove(Integer id); } mapper层:AdminMapper.xml <?xml version="1.0" encoding 阅读全文
posted @ 2021-05-20 11:20 liuyunche 阅读(262) 评论(0) 推荐(0) 编辑