public void configRoute(Routes me) {
me.add("./", IndexController.class);
}
IndexController cannot be resolved to a type