# boot-webservice **Repository Path**: aerfazhe/boot-webservice ## Basic Information - **Project Name**: boot-webservice - **Description**: WebService远程调用示例 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-08 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # boot-webservice #### 介绍 WebService远程调用示例 #### 软件架构 Maven父项目 子项目分为Server和Client ![1649417369596](README.assets/1649417369596.png) #### 安装教程 1. git clone https://gitee.com/aerfazhe/boot-webservice.git 2. 使用Idea开发工具打开 3. 运行Server子项目后运行Client子项目 ![1649417685752](README.assets/1649417685752.png) ![1649417719729](README.assets/1649417719729.png) #### 使用说明 1. 通过Client模拟远程访问Server端 http://localhost:8081/ws/user/getUserName?name=张三 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request