All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.danielflower.apprunner.RunLocal Maven / Gradle / Ivy

package com.danielflower.apprunner;

/**
 * An entry point for running the server locally that uses sample-config.properties for config.
 */
public class RunLocal {

    public static void main(String[] args) {
        System.setProperty("logback.configurationFile", "src/test/resources/logback-test.xml");
        EntryPoint.start(new String[]{"sample-config.properties"}, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy