Maven項目學習筆記(三)SSM項目使用PageHelper進行數據分頁

1.在pox.xml文件注入PageHelper依賴關係 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.0.0</version> </dependency> 2.在dao層中的配置攔截器 <!--配置SessionFa
相關文章
相關標籤/搜索