|
@@ -20,9 +20,10 @@ import javax.servlet.http.HttpServletRequest;
|
|
@Controller
|
|
@Controller
|
|
public class IndexController {
|
|
public class IndexController {
|
|
|
|
|
|
|
|
+ /*
|
|
@RequestMapping(value = "/", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/", method = RequestMethod.GET)
|
|
public String index(HttpServletRequest request) throws Exception {
|
|
public String index(HttpServletRequest request) throws Exception {
|
|
return "index";
|
|
return "index";
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
}
|
|
}
|