# dubbo-rpc-proxy **Repository Path**: MoBeiLangYe_admin/dubbo-rpc-proxy ## Basic Information - **Project Name**: dubbo-rpc-proxy - **Description**: dubbo服务代理,转化成rest服务 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2018-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #功能已经全部移植到以下项目,请忽略本项目 https://git.oschina.net/wuyu15255872976/spring-boot-starter-dubbo.git #dubbo服务代理,自动转化成rest服务 >项目依赖: https://git.oschina.net/wuyu15255872976/spring-boot-starter-dubbo.git #example >1.请求方法POST,支持多种序列化方式传参,默认是json,可自定义参数序列化方式. >2.http://localhost/组/版本/服务/方法/[{"类型1":"参数1"},{"类型2":"参数2"}] 参数以RequestBody方式传入.一定是有序的.否则无法调用. 或 http://localhost/组/版本/服务/方法/[参数1,参数2],参数类型放入请求头,argsType=类型1,类型2 >3.如果没有组,默认请填写defaultGroup,如果没有版本请填写0.0.0 >4.http://localhost:8080/defaultGroup/0.0.0/com.vcg.example.service.CommentService/selectByPrimaryKey body:[{"java.lang.Integer":1}] 或 4.http://localhost:8080/defaultGroup/0.0.0/com.vcg.example.service.CommentService/selectByPrimaryKey body:[1] 请求头携带 argsType=java.lang.Integer #demo >http://git.oschina.net/wuyu15255872976/micro-services/tree/master/micro-user-ui-parent/micro-user-ui-dubbo-proxy?dir=1&filepath=micro-user-ui-parent%2Fmicro-user-ui-dubbo-proxy&oid=8b616aa2c44f22ca6d9d154b57575c8747088526&sha=5b8293ff31773d87773320cc464ece1e63c942d2