use of com.netflix.conductor.bootstrap.ModulesProvider in project conductor by Netflix.
the class ServletContextListener method getInjector.
@Override
protected Injector getInjector() {
loadProperties();
SystemPropertiesConfiguration config = new SystemPropertiesConfiguration();
serverInjector = Guice.createInjector(new ModulesProvider(config).get());
return serverInjector;
}
Aggregations