遇到什么就记下来,方便你我他他他他他他他
configRoute:配置路由,其实就是配置路径的,下面是常用的方法。
// 第三个参数默认是空的,如果是空的话,就在webapp目录下面寻找.html文件
me.add("/",IndexController.class);
//第三个参数是可以自定义的,比如说定义了“abc”,那么就在webapp/abc目录下寻找指定文件
me.add(controllerKey, controllerClass, viewPath);