如圖所示:
找到pom.xml文件將如下代碼屏蔽即可:
<!-- 在線聊天工具 --> <dependency> <groupId>org.p3framework</groupId> <artifactId>jeecg-p3-biz-chat</artifactId> <version>1.0.1</version> </dependency>
參考資料:http://blog.csdn.net/zhangdaiscott/article/details/52351494
=======================================================================================
后來在JEECG常見問題大全的63條中看到直接在
\webpage\main\ace_main.jsp
下將
<%@include file="/context/layui.jsp"%>
去掉即可。