package hello; import org.noear.solon.Solon; public class Main { public static void main(String[] args) { Solon.start(Main.class, args); } }