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

Posted Coder-Wf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了警告: 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>

 

以上是关于警告: Hessian/Burlap: 'com.github.pagehelper.Page' is an unknown class in WebappClassLoader(示例的主要内容,如果未能解决你的问题,请参考以下文章

几种通讯协议的比较

Spring 消息

RMIHessianBurlapHttpinvokerWebService的比较

基于Spring的远程调用的实现

第17章-Spring消息

微服务架构能带来的好处