# myJeeplus **Repository Path**: casonol/myJeeplus ## Basic Information - **Project Name**: myJeeplus - **Description**: 精简了开源的jeeplus - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-10-28 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myJeeplus 删除不必要的功能,精简jeeplus项目 ## 下载地址: https://gitee.com/qijun.chen/jeeplusfree ## 官方文档:http://wiki.jeeplus.org/docs/show/145 ##### 把 webapp/WEB-INF/lib/ckfinder-2.3.jar 安装到本地maven库引入 ```xml mvn install:install-file -Dfile=ckfinder-2.3.jar -DgroupId=com.ckfinder -DartifactId=ckfinder -Dversion=2.3.0 -Dpackaging=jar mvn install:install-file -Dfile=QRCode.jar -DgroupId=com.QRCode -DartifactId=QRCode -Dversion=1.0.0 -Dpackaging=jar ``` 报错 参见博客:https://cloud.tencent.com/developer/article/1455972 严重: Servlet.service() for servlet [springmvc] in context with path [/Haiwan] threw exception [Handler processing failed; nested exception is java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Mem.gather(Lorg/hyperic/sigar/Sigar;)V] with root cause java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Mem.gather(Lorg/hyperic/sigar/Sigar;)V 下载地址:https://sourceforge.net/projects/sigar/files/latest/download?source=files 本地目录存放在 /webapp/WEB-INF/lib 下 sigar-amd64-winnt.dll、sigar-x86-winnt.dll、sigar-x86-winnt.lib。放到jdk安装目录即可!