![JAR search and dependency download from the Maven repository](/logo.png)
com.github.kislayverma.rulette.rest.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rulette-rest Show documentation
Show all versions of rulette-rest Show documentation
A containerless deployment of rulette-core to expose its capabilities as REST services
package com.github.kislayverma.rulette.rest;
import org.restexpress.util.Environment;
public class Main
{
public static void main(String[] args) throws Exception {
Configuration config = Environment.load(args, Configuration.class);
Server server = new Server(config);
server.start().awaitShutdown();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy