PicoContainer 支持 vert.x 使用依赖注入。
用法
创建一个垂直:
public class MyVerticle extends Verticle {
public void start() {
ApplicationContext applicationContext = ApplicationContext.create()
.withContainer(container)
.withVertx(vertx)
.withClass(OtherService.class)
.withClass(MyService.class)
.build();
MyService
评论0
最新资源