# 杜发根_stage3_module1 **Repository Path**: dufg/stage_3_module_1 ## Basic Information - **Project Name**: 杜发根_stage3_module1 - **Description**: 阶段三模块一作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 杜发根_stage3_module1 #### 介绍 阶段三模块一作业 #### 作业简介 ​ 本作业通过传输RpcRequest对象,将接口全限定类名,方法名,方法参数类型及参数封装在对象中,在服务端通过接口类型从IOC容器中获取所有实现类的bean,当只有一个实现类时,找到该类中要执行的方法进行服务调用。