package com.ssx.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author WANG
*
*/
@Controller
public class PageController {
/**
* 首页请求
* @return
*/
@RequestMapping("/index")
public String toIndex(){
return "index";
}
}
最近下载更多

最近浏览