# 微服务调用 **Repository Path**: fq208/microserver_example ## Basic Information - **Project Name**: 微服务调用 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #微服务调用 #说明 此example包含两个project (msd, msd_client) * msd包括三个modules (api, provider, client) * msd_client通过client 和 api的jar包调用provider的服务实现 #使用步骤 1. git clone https://git.oschina.net/fq208/microserver_example.git 2. 用IntelliJ分别打开msd和msd_client. 3. 运行msd项目的Application target,demo-service服务自动注册在发现服务器(Default location 192.168.2.255:18761) 4. 运行msd_client项目的ServiceCaller target.