![JAR search and dependency download from the Maven repository](/logo.png)
com.tvd12.ezyhttp.server.boot.EzyHttpApplicationBootstrap Maven / Gradle / Ivy
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