protected void configure() {
bind(String.class).annotatedWith(Names.named("groupName")).toInstance("UnitTest1");
bind(String.class).annotatedWith(Names.named("clustername")).toInstance("localhost");
}
},
new CassandraPaasModule(),
new MetaModule(),
//new EurekaModule(),
new PaasModule(),
new JerseyServletModule() {
@Override