摘要: Mybatis使用注解开发 1.使用注解开发 注解直接在接口上实现 @Select("select * from user ") List<User> getUser(); 需要在核心配置中绑定接口! <!--绑定接口--> <mappers> <mapper class="dao.UserMapp 阅读全文
posted @ 2022-05-16 16:20 明眸清澈 阅读(82) 评论(0) 推荐(0)