-
关于RPC框架使用问题,欢迎提问 |
Beta Was this translation helpful? Give feedback.
Answered by
ipipman
Jun 16, 2024
Replies: 2 comments 2 replies
-
项目有Maven仓库地址吗,我该怎么使用? |
Beta Was this translation helpful? Give feedback.
2 replies
-
项目已经传到中央仓库了,如果想直接使用的话,直接添加依赖即可,建议版本: rpcman.version:0.0.6 <dependency>
<groupId>io.github.ipipman</groupId>
<artifactId>rpcman-core</artifactId>
<version>${rpcman.version}</version>
</dependency>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请按照以下步骤操作:
添加pom依赖,选择版本 rpcman.version:0.0.6
在你的SpringBoot启动类配置 @import({ProviderConfig.class, ConsumerConfig.class, RegistryCenterConfig.class}) 即可
详细配置请参考README,注意:配置中心支持 Apollo、config-man, 注册中心支持 Zookeeper、registry-man,根据配置自主选择即可
config-man : https://github.com/ipipman/config-man
registry-man :https://github.com/ipipman/registry-man