Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.1k views
in Technique[技术] by (71.8m points)

dependency injection - Is is possible to "autoConfig" gRPC services in Java Dropwizard?

I'm looking for something similar to the GuiceBundle.enableAutoConfig(MyResource.class) type of functionality but for a gRPC server. EnableAutoConfig will scan through packages and register the resources as jersey components.

Is there a lib out there that will scan through packages and register resources as gRPC services? Trying to avoid manual instantiation of dependency injected/provided components.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...