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

io.rtr.alchemy.example.ServiceExample Maven / Gradle / Ivy

The newest version!
package io.rtr.alchemy.example;

import io.rtr.alchemy.service.AlchemyService;
import io.rtr.alchemy.service.config.AlchemyServiceConfigurationImpl;

/** This example runs an instance of the Alchemy Dropwizard service with a basic configuration */
public class ServiceExample extends AlchemyService {
    public static void main(String[] args) throws Exception {
        new ServiceExample().run(args);
    }

    @Override
    public String getName() {
        return "alchemy-example";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy