Package com.trendrr.strest.server

Examples of com.trendrr.strest.server.StrestServer


public class Main {

  protected static Log log = LogFactory.getLog(Main.class);
 
  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

Related Classes of com.trendrr.strest.server.StrestServer

Copyright © 2018 www.massapicom. 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.