Package com.trendrr.strest.server

Examples of com.trendrr.strest.server.StrestServer.start()


 
  public static void main(String[] args) throws Exception {
    StrestServer server = StrestServer.instanceFromFile("example_config.yaml");
    System.out.println("!!! WELCOME TO STREST !!!");
    System.out.println("Strest-Server examples started");
    server.start();
    }
}
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.