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

com.tvd12.ezyhttp.server.boot.EzyHttpApplicationBootstrap Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package com.tvd12.ezyhttp.server.boot;

import com.tvd12.ezyhttp.server.core.EzyHttpApplication;

public final class EzyHttpApplicationBootstrap {

    private EzyHttpApplicationBootstrap() {}

    public static EzyHttpApplication start(
        Class entryClass
    ) throws Exception {
        return EzyHttpApplication.start(entryClass);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy