路由配置:
me.add("hello",HelloController.class);这个清楚。
me.add("hello",HelloController.class,"hello");
那么http://localhost:8081/hello 怎么还是访问到 HelloController 里的index方法,而不是hello方法,是为什么呢
项目:JFinal
路由配置:
me.add("hello",HelloController.class);这个清楚。
me.add("hello",HelloController.class,"hello");
那么http://localhost:8081/hello 怎么还是访问到 HelloController 里的index方法,而不是hello方法,是为什么呢
http://www.jfinal.com/doc/2-3