1 Star 0 Fork 799

chendeyuan/oim-fx

forked from OIM即时通讯/oim-fx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
运行说明.txt 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
onlyxiahui 提交于 2017-07-24 14:52 . delete swing ui
客户端说明:
oim-fx主要是ui部分的项目
程序入口com.oim.fx.app.AppStartup
oim-fx运行依赖项目有以下
https://git.oschina.net/onlysoftware/oim-core.git <br>
https://git.oschina.net/onlyxiahui/only-common-util.git <br>
https://git.oschina.net/onlyxiahui/only-feel.git <br>
https://git.oschina.net/onlyxiahui/only-general.git <br>
https://git.oschina.net/onlyxiahui/only-xml-bean.git <br>
https://git.oschina.net/onlyxiahui/only-net-handler.git <br>
服务端说明:
oim-server:核心im服务
oim-file-web-server:文件服务,主要用于文件传送、聊天中的图片等
oim-remote-server:远程协助服务
以下是服务端依赖
https://git.oschina.net/onlyxiahui/only-common.git <br>
https://git.oschina.net/onlyxiahui/only-common-lib-util.git <br>
https://git.oschina.net/onlyxiahui/only-common-util.git <br>
https://git.oschina.net/onlyxiahui/only-general.git <br>
https://git.oschina.net/onlyxiahui/only-json-validator.git <br>
https://git.oschina.net/onlyxiahui/only-query-hibernate.git <br>
服务端配置说明
oim-server
数据库修改配置文件
项目文件夹/config/setting/db.properties
配置监听端口,文件服务和远程服务地址,具体配置按自己运行地址配置
项目文件夹/config/setting/config.properties
#远程协助服务地址
remote.server.address=192.168.0.13
remote.server.port=13010
#文件服务地址
file.server.url=http://127.0.0.1:8090/oim-file-web-server
oim-file-web-server
数据库修改配置文件
项目文件夹/config/setting/db.properties
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chendeyuan/oim-fx.git
git@gitee.com:chendeyuan/oim-fx.git
chendeyuan
oim-fx
oim-fx
master

搜索帮助