当前位置:首页 > 移动开发 > 正文

警告: Hessian/Burlap: 'com.github.pagehelper.Page&

2024-03-31 移动开发

所以,整个的解决办法是在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>

 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/11426.html