org.nutz.web.maker.launcher.tmpl Maven / Gradle / Ivy
package ${pkg};
import org.nutz.web.WebLauncher;
public class ${pnm}Launcher {
public static void main(String[] args) {
WebLauncher.start(args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy