摘要:
分页 有两种方式:使用mybatis的插件pagehelper,或者自己写一个分页类 1、使用插件形式 第一步:引入jar包,或导入依赖 jar包地址:https://oss.sonatype.org/content/repositories/releases/com/github/pagehelp 阅读全文
摘要:
1、数据库配置文件 2、log4j配置文件 3、mapper接口的配置文件 4、mybatis的配置文件 5、pom.xml配置文件 6、web.xml配置文件 7、spring配置文件 阅读全文