摘要: 1、EntityWrapper Mybatis-Plus 通过 EntityWrapper 来让用户自由的构建查询条件,简单便捷 2、selectPage方法 @Test public void testEntityWrapperSelect(){ //分页查询 tbl_employee 表中,年龄 阅读全文
posted @ 2022-03-21 15:40 Jasper2003 阅读(253) 评论(0) 推荐(0) 编辑
摘要: @Controller 处理http请求 @Controller //@ResponseBody public class HelloController { @RequestMapping(value="/hello",method= RequestMethod.GET) public Strin 阅读全文
posted @ 2022-03-21 15:19 Jasper2003 阅读(116) 评论(0) 推荐(0) 编辑