Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

直连调用 #1

Open
TAKETODAY opened this issue Mar 23, 2022 · 0 comments
Open

直连调用 #1

TAKETODAY opened this issue Mar 23, 2022 · 0 comments

Comments

@TAKETODAY
Copy link
Member

提供方

	@Bean
	AProvider aProvider() {
		return productId -> {};
	}

	@Bean
	XXXProvider xxxProvider() {
		return productId ->{};
	}

消费方

@RpcRef("192.168.xxx")
XXXProvider  xxxProvider;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant