插件项目: 在线谈天工具
插件集成截图:
集成步骤:
一、pom.xml 引入{谈天插件}依赖
Java代码
<!-- 在线谈天工具 -->
<dependency>
<groupId>org.p3framework</groupId>
<artifactId>jeecg-p3-biz-chat</artifactId>
<version>1.0.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
二、增加谈天websocket配置文件:config.js
路径位置:src/main/webapp/plug-in/layim/config.js
修正websocket ip配置:
Java代码
var chatIp = \"大众192.168.0.113\公众;
三、增加文件:layui.jsp
路径:src/main/webapp/context/layui.jsp
四、首页引入通用layui.jsp
修正文件:src/main/webapp/webpage/main/hplus_main.jsp
代码修正位置:652行,新增如下代码:
Java代码 [url=]
<!-- 在线谈天 -->
<%@include file=\公众/context/layui.jsp\公众%>
五、项目启动,须要采取tomcat7(tomcat6不支持websocket)
命令:tomcat7:run
理解更多请点击http://blog.csdn.net/zhangdaiscott/article/details/73276995