警告: Hessian/Burlap: 'com.github.pagehelper.Page' is an unknown class in WebappClassLoader

所以,整个的解决办法是在web的pom.xml中 加上PageHelper和Mybatis的依赖。
 
复制代码
1     <dependency>
2      <groupId>com.github.pagehelper</groupId>
3      <artifactId>pagehelper</artifactId>
4     </dependency>
5 
6     <dependency>
7      <groupId>org.mybatis</groupId>
8      <artifactId>mybatis</artifactId>
9     </dependency>
复制代码

 

posted on   Coder-Wf  阅读(1658)  评论(0编辑  收藏  举报

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示