# Cupid **Repository Path**: PenleyProfile/Cupid ## Basic Information - **Project Name**: Cupid - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-01 - **Last Updated**: 2023-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cupid #### 介绍 通过在服务端维护一个不同应用所提供的接口列表,可以实时调用对应服务器的接口。 #### 软件架构 Client Server ======================================================= CupidClientA | | | ---------register--------> | | | CupidClientB | <----time health checke--- | CupidServer | | | ---------invoke----------> | | | CupidClientC | <--------response--------> | ======================================================= #### 使用说明 1. 下载项目,Build 2. 终端通过ifconfig指令,查询本地IP 3. 修改 CupidServerIpHelper 内的IP地址 4. 执行 CupidApplication 5. 执行 CupidClientApplication 6. 访问 http://localhost:8001/app/list #### 参与贡献 1. Fork 本仓库 2. 新建 feature/***_20190401 分支 3. 提交代码 4. 新建 Pull Request