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

cn.org.docshare.test.Demo Maven / Gradle / Ivy

Go to download

YangMVC is an efficient, fast, convenient, easy to learn, easy to use MVC framework and ORM framework. Use yangmvc-boot is something like spring-boot . Call ServerMain.main(args); in your main method can start a server.

There is a newer version: 2023.06.19
Show newest version
package cn.org.docshare.test;

public class Demo {
	public static String hello(){
		return (Demo.class.hashCode()+" hello");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy