captainbing / trible-rpc

模仿dubbo实现的简易rpc框架(动态代理+反射)
1 stars 0 forks source link

嗨,我也在尝试写个rpc轮子,目前遇到了一些问题,可以一起探讨吗 #1

Open sunl888 opened 3 hours ago

sunl888 commented 3 hours ago

我目前遇到的问题是当我想把我的rpc封装成springbootstarter时发现我的配置文件模块设计的有大问题,不知道怎么在starter中优雅的设置我的各种配置项,然后再根据这些配置项进行加载对应的扩展

sunl888 commented 3 hours ago

这是我的项目地址,您有空帮我看看吗,https://github.com/sunl888/rocket