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

cn.org.docshare.demo.MyController 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.demo;

public class MyController extends IndexController {
	public String ret(){
		return "ret ok";
	}
	public String pp(int a,String b){
		return "a = "+a+", b=  "+b;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy