码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2020-01-21 16:12:51      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:code   bsp   com   nbsp   webapp   span   mybatis   data   style   

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

 

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

标签:code   bsp   com   nbsp   webapp   span   mybatis   data   style   

原文地址:https://www.cnblogs.com/coder-wf/p/12221937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!