Examples of CassandraPaasModule


Examples of com.netflix.paas.cassandra.CassandraPaasModule

                    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
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.